Skip to content

Latest commit

 

History

History
136 lines (84 loc) · 2.41 KB

README.md

File metadata and controls

136 lines (84 loc) · 2.41 KB

fastlane documentation

Installation

Make sure you have the latest version of the Xcode command line tools installed:

xcode-select --install

For fastlane installation instructions, see Installing fastlane

Available Actions

iOS

ios debug_build_store

[bundle exec] fastlane ios debug_build_store

Testing debug build for «Store»

ios release_build_store

[bundle exec] fastlane ios release_build_store

Release build for «Store»

ios emulate_testflight_pushing_feature_store

[bundle exec] fastlane ios emulate_testflight_pushing_feature_store

Emulate pushing debug build for «Store» to TestFlight

ios emulate_testflight_pushing_release_store

[bundle exec] fastlane ios emulate_testflight_pushing_release_store

Emulate pushing release build for «Store» to TestFlight

ios api_tests_store

[bundle exec] fastlane ios api_tests_store

Run iOS API tests for «Store»

ios unit_tests_store

[bundle exec] fastlane ios unit_tests_store

Run iOS Unit tests for «Store»

ios ui_tests_store

[bundle exec] fastlane ios ui_tests_store

Run iOS UI tests for «Store»

ios debug_build_pos

[bundle exec] fastlane ios debug_build_pos

Testing debug build for «POS»

ios release_build_pos

[bundle exec] fastlane ios release_build_pos

Release build for «POS»

ios emulate_testflight_pushing_feature_pos

[bundle exec] fastlane ios emulate_testflight_pushing_feature_pos

Emulate pushing debug build for «POS» to TestFlight

ios emulate_testflight_pushing_release_pos

[bundle exec] fastlane ios emulate_testflight_pushing_release_pos

Emulate pushing release build for «POS» to TestFlight

ios api_tests_pos

[bundle exec] fastlane ios api_tests_pos

Run iOS API tests for «POS»

ios unit_tests_pos

[bundle exec] fastlane ios unit_tests_pos

Run iOS Unit tests for «POS»

ios ui_tests_pos

[bundle exec] fastlane ios ui_tests_pos

Run iOS UI tests for «POS»


This README.md is auto-generated and will be re-generated every time fastlane is run.

More information about fastlane can be found on fastlane.tools.

The documentation of fastlane can be found on docs.fastlane.tools.