2022-01-25 12:55:27 -05:00
|
|
|
fastlane documentation
|
|
|
|
----
|
|
|
|
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
Make sure you have the latest version of the Xcode command line tools installed:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
xcode-select --install
|
|
|
|
```
|
|
|
|
|
|
|
|
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
|
|
|
|
|
|
|
|
# Available Actions
|
|
|
|
|
|
|
|
## Mac
|
|
|
|
|
|
|
|
### mac match_dev
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane mac match_dev
|
|
|
|
```
|
|
|
|
|
|
|
|
Use Fastlane Match to install development certificates
|
|
|
|
|
|
|
|
### mac match_dist
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane mac match_dist
|
|
|
|
```
|
|
|
|
|
|
|
|
Use Fastlane Match to install distribution certificates
|
|
|
|
|
2022-01-27 12:33:48 -05:00
|
|
|
### mac circleci
|
|
|
|
|
|
|
|
```sh
|
|
|
|
[bundle exec] fastlane mac circleci
|
|
|
|
```
|
|
|
|
|
|
|
|
Prepare for a CircleCI signed build
|
|
|
|
|
2022-01-25 12:55:27 -05:00
|
|
|
----
|
|
|
|
|
|
|
|
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
|
|
|
|
|
|
|
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
|
|
|
|
|
|
|
|
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
|