Files
standardnotes-app-web/packages/mobile/fastlane
2022-07-14 09:32:26 -05:00
..
2022-06-09 09:45:15 -05:00
2022-07-14 09:32:26 -05:00
2022-06-09 09:45:15 -05:00
2022-06-09 09:45:15 -05:00
2022-06-09 09:45:15 -05: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.