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

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Mac

mac sync_signing

[bundle exec] fastlane mac sync_signing

Fetches and updates certificates and provisioning profiles for App Store distribution

mac sync_signing_dmg_release

[bundle exec] fastlane mac sync_signing_dmg_release

Fetches and updates certificates and provisioning profiles for DMG distribution

mac sync_signing_dmg_review

[bundle exec] fastlane mac sync_signing_dmg_review

Fetches and updates certificates and provisioning profiles for DMG Review builds

mac sync_signing_ci

[bundle exec] fastlane mac sync_signing_ci

Fetches and updates certificates and provisioning profiles for CI builds

mac release_testflight

[bundle exec] fastlane mac release_testflight

Makes App Store release build and uploads it to TestFlight

mac release_testflight_review

[bundle exec] fastlane mac release_testflight_review

Makes App Store release build and uploads it to TestFlight

mac promote_latest_testflight_to_appstore

[bundle exec] fastlane mac promote_latest_testflight_to_appstore

Promotes the latest testflight build to appstore without submitting for review

mac release_appstore

[bundle exec] fastlane mac release_appstore

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

mac upload_metadata

[bundle exec] fastlane mac upload_metadata

Updates App Store metadata

mac make_release_branch

[bundle exec] fastlane mac make_release_branch

Executes the release preparation work in the repository

mac code_freeze

[bundle exec] fastlane mac code_freeze

Executes the release preparation work in the repository

mac bump_internal_release

[bundle exec] fastlane mac bump_internal_release

Prepares new internal release on top of an existing one

mac prepare_hotfix

[bundle exec] fastlane mac prepare_hotfix

Executes the hotfix release preparation work in the repository

mac update_embedded_files

[bundle exec] fastlane mac update_embedded_files

Updates embedded files and pushes to remote.

mac set_version

[bundle exec] fastlane mac set_version

Executes the release preparation work in the repository


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.