stripe-ios/fastlane/README.md

2.4 KiB

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 screenshots

[bundle exec] fastlane ios screenshots

Generate new localized screenshots

ios preflight

[bundle exec] fastlane ios preflight

ios build_extras

[bundle exec] fastlane ios build_extras

ios threeds2_tests

[bundle exec] fastlane ios threeds2_tests

ios stripeios_tests

[bundle exec] fastlane ios stripeios_tests

ios integration_all

[bundle exec] fastlane ios integration_all

ios legacy_tests_13

[bundle exec] fastlane ios legacy_tests_13

ios legacy_tests_14

[bundle exec] fastlane ios legacy_tests_14

ios e2e_only

[bundle exec] fastlane ios e2e_only

ios analyze

[bundle exec] fastlane ios analyze

ios export_builds

[bundle exec] fastlane ios export_builds

ios size_report

[bundle exec] fastlane ios size_report

ios installation_cocoapods_without_frameworks_objc

[bundle exec] fastlane ios installation_cocoapods_without_frameworks_objc

ios installation_cocoapods_frameworks_objc

[bundle exec] fastlane ios installation_cocoapods_frameworks_objc

ios installation_cocoapods_frameworks_swift

[bundle exec] fastlane ios installation_cocoapods_frameworks_swift

ios installation_carthage

[bundle exec] fastlane ios installation_carthage

ios installation_spm_objc

[bundle exec] fastlane ios installation_spm_objc

ios installation_spm_swift

[bundle exec] fastlane ios installation_spm_swift

ios check_docs

[bundle exec] fastlane ios check_docs

ios objc_symbol_check

[bundle exec] fastlane ios objc_symbol_check

ios check_changelog

[bundle exec] fastlane ios check_changelog

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.