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

Install fastlane using

[sudo] gem install fastlane -NV

or alternatively using brew install fastlane

Available Actions

iOS

ios screenshots

fastlane ios screenshots

Generate new localized screenshots

ios all_ci

fastlane ios all_ci

ios linting_tests

fastlane ios linting_tests

ios install_tests

fastlane ios install_tests

ios preflight

fastlane ios preflight

ios ci_builds

fastlane ios ci_builds

ios main_tests

fastlane ios main_tests

ios paymentsheet_tests

fastlane ios paymentsheet_tests

ios basic_integration_tests

fastlane ios basic_integration_tests

ios integration_all

fastlane ios integration_all

ios ui_tests

fastlane ios ui_tests

ios legacy_tests_11

fastlane ios legacy_tests_11

ios legacy_tests_12

fastlane ios legacy_tests_12

ios e2e_only

fastlane ios e2e_only

ios analyze

fastlane ios analyze

ios builds

fastlane ios builds

ios install_cocoapods_without_frameworks_objc

fastlane ios install_cocoapods_without_frameworks_objc

ios installation_cocoapods_frameworks_objc

fastlane ios installation_cocoapods_frameworks_objc

ios installation_cocoapods_frameworks_swift

fastlane ios installation_cocoapods_frameworks_swift

ios installation_carthage

fastlane ios installation_carthage

ios installation_spm

fastlane ios installation_spm

ios check_docs

fastlane ios check_docs

ios tests

fastlane ios tests

ios store

fastlane ios store

Submit a new build to TestFlight.

Example:

fastlane ios store app:identity_example username:[email protected]

Options:

Argument Description Expected Value
app The app to build and submit (required).
    username Your Apple Developer username (required). {{youruser}}@stripe.com

    ios store_test

    fastlane ios store_test
    

    Test building the way we do for TestFlight submission. No submissions made.

    Example:

    fastlane ios test_store app:identity_example username:[email protected]

    Options:

    Argument Description Expected Value
    app The app to build and submit (required).
      username Your Apple Developer username (required). {{youruser}}@stripe.com

      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.