Skip to content

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

sync_signing

[bundle exec] fastlane sync_signing

Fetches and updates certificates and provisioning profiles for App Store distribution

sync_signing_adhoc

[bundle exec] fastlane sync_signing_adhoc

Fetches and updates certificates and provisioning profiles for Ad-Hoc distribution

adhoc

[bundle exec] fastlane adhoc

Makes Ad-Hoc build with a specified name in a given directory

release_appstore

[bundle exec] fastlane release_appstore

Makes App Store release build and uploads it to App Store Connect

upload_metadata

[bundle exec] fastlane upload_metadata

Updates App Store metadata

release_testflight

[bundle exec] fastlane release_testflight

Makes App Store release build and uploads it to TestFlight

increment_build_number_for_version

[bundle exec] fastlane increment_build_number_for_version

Increment build number based on version in App Store Connect

setup_e2e_tests

[bundle exec] fastlane setup_e2e_tests

Setup Maestro e2e tests


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.