stripe-ios/fastlane
Mel 244a54244f
Disable xcpretty inside fastlane (#168)
Added `disable_xcpretty: true` flag to `gym` calls inside fastlane.
2021-03-24 17:47:54 -07:00
..
Appfile
Fastfile Disable xcpretty inside fastlane (#168) 2021-03-24 17:47:54 -07:00
Matchfile Add ability to upload example apps to TestFlight via Fastline (#158) 2021-03-23 17:36:38 -07:00
README.md Add ability to upload example apps to TestFlight via Fastline (#158) 2021-03-23 17:36:38 -07:00
Snapfile Swift conversion review: Update project files, scripts, and embedded dependencies (#1695) 2020-11-04 15:43:09 -08:00
SnapshotHelper.swift

README.md

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:mludowise@stripe.com

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:mludowise@stripe.com

    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.