Skip to content

Latest commit

 

History

History
109 lines (59 loc) · 1.42 KB

README.md

File metadata and controls

109 lines (59 loc) · 1.42 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 unit_test

[bundle exec] fastlane ios unit_test

ios platform_test

[bundle exec] fastlane ios platform_test

ios build_swiftpm

[bundle exec] fastlane ios build_swiftpm

ios cocoapods_liblint

[bundle exec] fastlane ios cocoapods_liblint

ios lint

[bundle exec] fastlane ios lint

ios lintfix

[bundle exec] fastlane ios lintfix

ios patch

[bundle exec] fastlane ios patch

Release a new version with a patch bump_type

ios minor

[bundle exec] fastlane ios minor

Release a new version with a minor bump_type

ios major

[bundle exec] fastlane ios major

Release a new version with a major bump_type


Mac

mac CLI_test

[bundle exec] fastlane mac CLI_test

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.