Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Files

Latest commit

 

History

History

fastlane

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 sync_signing

[bundle exec] fastlane ios sync_signing

Fetches and updates certificates and provisioning profiles for App Store distribution

ios sync_signing_adhoc

[bundle exec] fastlane ios sync_signing_adhoc

Fetches and updates certificates and provisioning profiles for Ad-Hoc distribution

ios sync_signing_alpha

[bundle exec] fastlane ios sync_signing_alpha

Fetches and updates certificates and provisioning profiles for Alpha distribution

ios sync_signing_alpha_adhoc

[bundle exec] fastlane ios sync_signing_alpha_adhoc

Fetches and updates certificates and provisioning profiles for Ad-Hoc distribution

ios adhoc

[bundle exec] fastlane ios adhoc

Makes Ad-Hoc build with a specified name and alpha bundle ID in a given directory

ios release_adhoc

[bundle exec] fastlane ios release_adhoc

Makes Ad-Hoc build with a specified name and release bundle ID in a given directory

ios alpha_adhoc

[bundle exec] fastlane ios alpha_adhoc

Makes Ad-Hoc build for alpha with a specified name and alpha bundle ID in a given directory

ios promote_latest_testflight_to_appstore

[bundle exec] fastlane ios promote_latest_testflight_to_appstore

Promotes the latest TestFlight build to App Store without submitting for review

ios release_appstore

[bundle exec] fastlane ios release_appstore

Makes App Store release build and uploads it to App Store Connect

ios upload_metadata

[bundle exec] fastlane ios upload_metadata

Updates App Store metadata

ios release_testflight

[bundle exec] fastlane ios release_testflight

Makes App Store release build and uploads it to TestFlight

ios release_alpha

[bundle exec] fastlane ios release_alpha

Makes Alpha release build and uploads it to TestFlight

ios latest_build_number_for_version

[bundle exec] fastlane ios latest_build_number_for_version

Latest build number for version

ios increment_build_number_for_version

[bundle exec] fastlane ios increment_build_number_for_version

Increment build number based on version in App Store Connect


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.