Files
2022-06-02 12:25:57 -05:00
..
2020-07-17 15:40:19 +02:00
2022-06-02 12:25:57 -05:00
2020-07-21 09:22:30 +02:00
2022-03-15 13:43:49 -05:00
2021-12-31 15:56:59 -06:00

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 dev

[bundle exec] fastlane ios dev

Deploy dev app

ios prod

[bundle exec] fastlane ios prod

Deploy production app

ios setup

[bundle exec] fastlane ios setup

Setup iOS for running on CI

ios refresh_dsyms

[bundle exec] fastlane ios refresh_dsyms

Android

android dev

[bundle exec] fastlane android dev

Deploy dev app

android prod

[bundle exec] fastlane android prod

Deploy production app


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.