scratch-desktop/fastlane/README.md
2022-01-31 14:37:30 -08:00

976 B

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 match_dev

[bundle exec] fastlane mac match_dev

Use Fastlane Match to install development certificates

mac match_dist

[bundle exec] fastlane mac match_dist

Use Fastlane Match to install distribution certificates

mac circleci

[bundle exec] fastlane mac circleci

Prepare for a CircleCI signed build


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.