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 load_asc_api_key#
[bundle exec] fastlane ios load_asc_api_key
load App Store Connect API key
ios sync_certs#
[bundle exec] fastlane ios sync_certs
sync certs thing
ios fetch_and_increment_build_number#
[bundle exec] fastlane ios fetch_and_increment_build_number
bump build number based on latest TestFlight build number
ios build#
[bundle exec] fastlane ios build
build app
ios beta#
[bundle exec] fastlane ios beta
push a new build to TestFlight
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.