stripe-ios/fastlane
davidme-stripe 4da2171c39
Remove Xcode 13 support (#2441)
2023-04-05 13:18:12 -07:00
..
Appfile
Fastfile Remove Xcode 13 support (#2441) 2023-04-05 13:18:12 -07:00
Matchfile Add ability to upload example apps to TestFlight via Fastline (#158) 2021-03-23 17:36:38 -07:00
Pluginfile Enable Emerge Tools (#2033) 2022-11-01 15:09:07 -07:00
README.md [Link] Add StripeLinkCore tests to CI (#2335) 2023-02-27 16:24:02 -08:00
Snapfile Switch CI to Xcode 13 and retry flaky tests (#756) 2022-02-15 11:56:37 -07: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

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.