Files
mobile/fastlane/README.md
2021-12-31 15:56:59 -06:00

1.1 KiB
Executable File

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.