2020-07-28 11:42:43 +02:00
|
|
|
fastlane documentation
|
2022-05-04 17:03:43 +02:00
|
|
|
----
|
|
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
# Installation
|
|
|
|
|
|
|
|
|
|
Make sure you have the latest version of the Xcode command line tools installed:
|
|
|
|
|
|
2022-05-04 17:03:43 +02:00
|
|
|
```sh
|
2020-07-28 11:42:43 +02:00
|
|
|
xcode-select --install
|
|
|
|
|
```
|
|
|
|
|
|
2022-05-04 17:03:43 +02:00
|
|
|
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
|
2020-07-28 11:42:43 +02:00
|
|
|
|
|
|
|
|
# Available Actions
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
## iOS
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2022-06-15 11:45:38 +02:00
|
|
|
### ios release
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios release
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
### ios beta
|
2022-05-04 17:03:43 +02:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios beta
|
2020-07-28 11:42:43 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2023-04-10 17:10:12 +02:00
|
|
|
### ios build
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-11-17 21:08:19 +01:00
|
|
|
### ios screenshots
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane ios screenshots
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
----
|
|
|
|
|
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
## Android
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2023-07-13 10:00:15 +02:00
|
|
|
### android build
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Generate beta build
|
|
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
### android beta
|
2022-05-04 17:03:43 +02:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android beta
|
2020-07-28 11:42:43 +02:00
|
|
|
```
|
2022-05-04 17:03:43 +02:00
|
|
|
|
2023-07-13 10:00:15 +02:00
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
|
2023-04-10 17:10:12 +02:00
|
|
|
### android release
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
[bundle exec] fastlane android release
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2020-07-28 11:42:43 +02:00
|
|
|
----
|
|
|
|
|
|
2021-10-25 23:36:14 +02:00
|
|
|
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
|
2022-05-04 17:03:43 +02: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).
|