scratch-link/fastlane
2023-05-24 14:23:57 -07:00
..
Appfile build(mac): fix signing and provisioning for Safari extension 2023-05-24 14:23:57 -07:00
Fastfile ci: use fastlane match 2023-01-13 08:21:38 -08:00
README-match.md ci: use fastlane match 2023-01-13 08:21:38 -08:00
README.md ci: use fastlane match 2023-01-13 08:21:38 -08:00

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.