Skip to content

Latest commit

 

History

History

fastlane

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 build

[bundle exec] fastlane ios build

Builds and archives the app

ios tests

[bundle exec] fastlane ios tests

Runs test

ios create_sensitive_info

[bundle exec] fastlane ios create_sensitive_info

Creates SensitiveInfo.plist if it doesn't exist

ios populate_sensitive_info

[bundle exec] fastlane ios populate_sensitive_info

Populates SensitiveInfo.plist with environment values

ios deploy

[bundle exec] fastlane ios deploy

Deploy the app for a given flavour: alpha, beta, release

Usage bundle exec fastlane ios deploy --env ios.<specific env>

ios export_ios_app

[bundle exec] fastlane ios export_ios_app

Archive and export the iOS app

ios install_distribution_certificates

[bundle exec] fastlane ios install_distribution_certificates

Installs distribution certificates

Usage bundle exec fastlane ios install_distribution_certificates --env ios.<specific env>

ios install_development_certificates

[bundle exec] fastlane ios install_development_certificates

Installs development certificates

ios generate_new_dev_certificates

[bundle exec] fastlane ios generate_new_dev_certificates

Generate new dev certificates

ios generate_new_appstore_certificates

[bundle exec] fastlane ios generate_new_appstore_certificates

Generate new appstore certificates

Usage bundle exec fastlane ios generate_new_appstore_certificates --env ios.

ios register_new_device

[bundle exec] fastlane ios register_new_device

Registers a new iPhone/Mac device and updates the certificates


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.