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 install fastlane
fastlane ios tests
Run tests
fastlane ios lint
Run linter
fastlane ios pr
Prepare merge request
fastlane ios download_provisioning_profiles
Download provisioning profiles
fastlane ios deployAdHoc
Deploy ad-hoc testing
fastlane ios preview
Trigger Preview
fastlane ios updateAppVersion
Update App Version
fastlane ios getAppVersion
Get App Version
fastlane ios buildPreview
Build Preview
fastlane ios deliverPreview
Deliver Preview
fastlane ios release
Trigger Release
fastlane ios buildRelease
Build Release
fastlane ios deliverRelease
Deliver Release
fastlane ios bumpVersion
Bump version
fastlane ios style_screenshots
Style screenshots
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.