web/packages/mobile/fastlane
2023-05-02 01:35:43 +05:30
..
Appfile ci: remove mobile dev 2023-01-03 17:26:29 -06:00
Fastfile chore: manual ios testflight deploy 2023-05-02 01:35:43 +05:30
Matchfile ci: remove mobile dev 2023-01-03 17:26:29 -06:00
Pluginfile feat: mobile app package (#1075) 2022-06-09 09:45:15 -05:00
README.md feat: mobile app package (#1075) 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.