fluffychat/android/fastlane/README.md

57 lines
1011 B
Markdown
Raw Normal View History

2020-11-22 11:04:47 +01:00
fastlane documentation
2022-07-31 09:25:21 +02:00
----
2020-11-22 11:04:47 +01:00
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
2022-07-31 09:25:21 +02:00
```sh
2020-11-22 11:04:47 +01:00
xcode-select --install
```
2022-07-31 09:25:21 +02:00
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
2020-11-22 11:04:47 +01:00
# Available Actions
2022-07-31 09:25:21 +02:00
2020-11-22 11:04:47 +01:00
## Android
2022-07-31 09:25:21 +02:00
2021-11-04 17:17:12 +01:00
### android set_build_code_internal
2022-07-31 09:25:21 +02:00
```sh
[bundle exec] fastlane android set_build_code_internal
2020-11-22 11:04:47 +01:00
```
2022-07-31 09:25:21 +02:00
2021-11-04 17:17:12 +01:00
### android deploy_internal_test
2022-07-31 09:25:21 +02:00
```sh
[bundle exec] fastlane android deploy_internal_test
2020-11-22 11:04:47 +01:00
```
2022-07-31 09:25:21 +02:00
### android deploy_candidate
```sh
[bundle exec] fastlane android deploy_candidate
2020-11-22 11:04:47 +01:00
```
2022-07-31 09:25:21 +02:00
2020-11-22 11:04:47 +01:00
### android deploy_release
2022-07-31 09:25:21 +02:00
```sh
[bundle exec] fastlane android deploy_release
2020-11-22 11:04:47 +01:00
```
2022-07-31 09:25:21 +02:00
2020-11-22 11:04:47 +01:00
----
2021-11-04 17:17:12 +01:00
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
2022-07-31 09:25:21 +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).