mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
48 lines
976 B
Markdown
48 lines
976 B
Markdown
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
|
|
|
|
### mac circleci
|
|
|
|
```sh
|
|
[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_](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).
|