Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
Install fastlane using
[sudo] gem install fastlane -NV
or alternatively using brew cask install fastlane
fastlane ios prepare_build
Prepare dependencies for building app
fastlane ios build
Build app
fastlane ios beta
Deploy a new build to TestFlight
fastlane ios deploy
Deploy a new version to the App Store
fastlane ios update_signing
Update and install all certificates and provisioning profiles
fastlane ios install_signing
Install all certificates and provisioning profiles
fastlane ios encrypt_keys
Encrypt sensitive keys using AWS KMS
fastlane ios decrypt_keys
Decrypt sensitive keys using AWS KMS
fastlane ios update_build_number
Update and tag the version/build
fastlane ios take_screenshots
Take and frame screenshots of the app
fastlane ios run_linter
Run SwiftLint linter and report
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.