Skip to content

Files

Latest commit

 

History

History
 
 

fastlane

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.