Skip to content

Repository files navigation

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 publish_app

[bundle exec] fastlane ios publish_app

Push a new beta build to TestFlight

ios build_release

[bundle exec] fastlane ios build_release

Build App for TestFlight

ios build_release_multiple_targets

[bundle exec] fastlane ios build_release_multiple_targets

ios prepare_signing

[bundle exec] fastlane ios prepare_signing

Loads provisioning profile

ios set_build_number

[bundle exec] fastlane ios set_build_number

Sets the build_number to certain value

ios set_api_key

[bundle exec] fastlane ios set_api_key

Sets the API KEY for Appstore Connect

ios test_app

[bundle exec] fastlane ios test_app

Run Tests

ios code_quality

[bundle exec] fastlane ios code_quality

Run swiftlint

ios run_sonar

[bundle exec] fastlane ios run_sonar

Run sonar

ios code_coverage

[bundle exec] fastlane ios code_coverage

Generate codecoverage

ios resign_ipa

[bundle exec] fastlane ios resign_ipa

Resign an existing IPA with a new profile and version

ios list_signing_identities

[bundle exec] fastlane ios list_signing_identities

List available code signing identities in the keychain

ios verify_signing_identity

[bundle exec] fastlane ios verify_signing_identity

Verify that a given signing identity exists


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.

About

Fastlane lanes for iOS CI & CD

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages