Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.4 KB

README.md

File metadata and controls

77 lines (46 loc) · 1.4 KB

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 deploy_internal

[bundle exec] fastlane android deploy_internal

Deploy internal tracks to Google Play

android promote_to_beta

[bundle exec] fastlane android promote_to_beta

Promote internal tracks to beta on Google Play

android promote_to_production

[bundle exec] fastlane android promote_to_production

Promote beta tracks to production on Google Play

android deploy_on_firebase

[bundle exec] fastlane android deploy_on_firebase

Upload Android application to Firebase App Distribution


iOS

ios build_ios

[bundle exec] fastlane ios build_ios

Build iOS application

ios deploy_on_firebase

[bundle exec] fastlane ios deploy_on_firebase

Upload iOS application to Firebase App Distribution


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.