Skip to content

Files

fastlane

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 certs

[bundle exec] fastlane ios certs

Check all certs and provisioning profiles from github

ios apn

[bundle exec] fastlane ios apn

Generate new push certs

ios upload_symbols

[bundle exec] fastlane ios upload_symbols

Upload symbols to FirebaseCrashlytics

ios push

[bundle exec] fastlane ios push

Build and push to iTunes Connect

ios vers

[bundle exec] fastlane ios vers

Print version

ios screenshots

[bundle exec] fastlane ios screenshots

Take screenshots

ios metadata

[bundle exec] fastlane ios metadata

Upload metadata

ios updateadhoc

[bundle exec] fastlane ios updateadhoc

Make sure all devices are added to the ad-hoc profile


Mac

mac push

[bundle exec] fastlane mac push

Build and push to iTunes Connect


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.