Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
[bundle exec] fastlane ios getAppVersion
Get App Version
[bundle exec] fastlane ios build_for_testing
Build
[bundle exec] fastlane ios test_without_building
Runs unit tests without building
[bundle exec] fastlane ios test
Test
[bundle exec] fastlane ios checklocalizables
Check Localizables are sorted
[bundle exec] fastlane ios swiftformatlint
Lint with SwiftFormat
[bundle exec] fastlane ios lint
Lint code
[bundle exec] fastlane ios preview
Trigger Preview
[bundle exec] fastlane ios buildPreview
Build Preview
[bundle exec] fastlane ios deliverPreview
Deliver Preview
[bundle exec] fastlane ios production
Trigger Production
[bundle exec] fastlane ios buildProduction
Build Production
[bundle exec] fastlane ios deliverProduction
Deliver Production
[bundle exec] fastlane ios prototype
Trigger Prototype
[bundle exec] fastlane ios buildPrototype
Build Prototype
[bundle exec] fastlane ios deliverPrototype
Deliver Prototype
[bundle exec] fastlane ios bumpVersion
Bump version
[bundle exec] fastlane ios updateAppVersion
Update app version
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.