Skip to content

Files

Latest commit

97920fe · Jun 23, 2021

History

History
This branch is 1369 commits behind expo/expo:master.

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

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Available Actions

iOS

ios prepare_schemes

fastlane ios prepare_schemes

ios test_module

fastlane ios test_module

ios test

fastlane ios test

ios create_simulator_build

fastlane ios create_simulator_build

ios create_expo_client_build

fastlane ios create_expo_client_build

ios release

fastlane ios release

Android

android start

fastlane android start

android devicefarm

fastlane android devicefarm

android build

fastlane android build

android prod_release

fastlane android prod_release

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.