Files
jellyfin-audio-player/fastlane/README.md

39 lines
744 B
Markdown
Raw Normal View History

2020-07-28 11:42:43 +02: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
```
or alternatively using `brew install fastlane`
# Available Actions
## iOS
### ios beta
```
fastlane ios beta
```
----
## Android
### android beta
```
fastlane android beta
```
Generate beta build
----
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.
2020-07-28 11:42: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).