Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

1.3 KiB

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

Android

android test

[bundle exec] fastlane android test

Runs all the tests

android deployAlpha

[bundle exec] fastlane android deployAlpha

Deploy app to play store alpha channel

android deployInternalTest

[bundle exec] fastlane android deployInternalTest

android buildApp

[bundle exec] fastlane android buildApp

android buildAppApk

[bundle exec] fastlane android buildAppApk

android promoteAppToProd

[bundle exec] fastlane android promoteAppToProd

Promote app from alpha to production in Play Store

android screenshots

[bundle exec] fastlane android screenshots

Generate app screenshots that will be uploaded to play store


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.