2020-06-16 13:31:07 +00:00
|
|
|
fastlane documentation
|
|
|
|
================
|
|
|
|
# Installation
|
|
|
|
|
|
|
|
Make sure you have the latest version of the Xcode command line tools installed:
|
|
|
|
|
|
|
|
```
|
|
|
|
xcode-select --install
|
|
|
|
```
|
|
|
|
|
|
|
|
Install _fastlane_ using
|
|
|
|
```
|
|
|
|
[sudo] gem install fastlane -NV
|
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
or alternatively using `brew install fastlane`
|
2020-06-16 13:31:07 +00:00
|
|
|
|
|
|
|
# Available Actions
|
|
|
|
## Android
|
2021-07-19 21:04:45 +00:00
|
|
|
### android beta
|
2020-06-16 13:31:07 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
fastlane android beta
|
2020-06-16 13:31:07 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
Upload App to Play Store Internal
|
|
|
|
### android internal_app_sharing
|
2020-06-16 13:31:07 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
fastlane android internal_app_sharing
|
2020-06-16 13:31:07 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
Upload App to Internal App Sharing
|
|
|
|
### android production
|
2020-06-16 13:31:07 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
fastlane android production
|
2020-08-24 12:24:10 +00:00
|
|
|
```
|
2021-07-19 21:04:45 +00:00
|
|
|
Upload App to Play Store Production
|
2020-06-16 13:31:07 +00:00
|
|
|
|
|
|
|
----
|
|
|
|
|
2021-07-19 21:04:45 +00:00
|
|
|
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
2020-06-16 13:31:07 +00:00
|
|
|
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).
|