Skip to content

Latest commit

 

History

History
114 lines (62 loc) · 1.85 KB

File metadata and controls

114 lines (62 loc) · 1.85 KB

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 test_mac

[bundle exec] fastlane ios test_mac

Run tests for mac

ios test_tv_os

[bundle exec] fastlane ios test_tv_os

Run tests for tvOS

ios run_tests_for_device

[bundle exec] fastlane ios run_tests_for_device

Run tests generating code coverage

ios run_rome_update

[bundle exec] fastlane ios run_rome_update

If running in CI environment returns the build number; Else, get_build_number.to_s.

Runs carthage update followed by Rome upload (iOS) to update the S3 cache.

Options:

cache_prefix - optional. Default is project_base_name.

ios test_iphone_15

[bundle exec] fastlane ios test_iphone_15

Run tests using iPhone 16 Pro sim

ios test_iphone_pro

[bundle exec] fastlane ios test_iphone_pro

Run tests using iPhone 15 Pro

ios do_cart_update

[bundle exec] fastlane ios do_cart_update

Runs carthage update followed by Rome upload (iOS) to update the S3 cache.

ios carthage_bootstrap

[bundle exec] fastlane ios carthage_bootstrap

Runs carthage bootstrap followed by Rome download (iOS) from our S3 cache

ios carthage_ci

[bundle exec] fastlane ios carthage_ci

Download carthage dependencies cached in S3


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.