Skip to content

Commit 384f95a

Browse files
committed
Generated file by fastlane
1 parent 4c31bd0 commit 384f95a

File tree

1 file changed

+34
-19
lines changed

1 file changed

+34
-19
lines changed

fastlane/README.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,64 @@
11
fastlane documentation
2-
================
2+
----
3+
34
# Installation
45

56
Make sure you have the latest version of the Xcode command line tools installed:
67

7-
```
8+
```sh
89
xcode-select --install
910
```
1011

11-
Install _fastlane_ using
12-
```
13-
[sudo] gem install fastlane -NV
14-
```
15-
or alternatively using `brew install fastlane`
12+
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
1613

1714
# Available Actions
15+
1816
## Android
17+
1918
### android test
19+
20+
```sh
21+
[bundle exec] fastlane android test
2022
```
21-
fastlane android test
22-
```
23+
2324
Runs all the tests
25+
2426
### android beta
27+
28+
```sh
29+
[bundle exec] fastlane android beta
2530
```
26-
fastlane android beta
27-
```
31+
2832
Submit a new Beta Build to Crashlytics Beta
33+
2934
### android deploy
35+
36+
```sh
37+
[bundle exec] fastlane android deploy
3038
```
31-
fastlane android deploy
32-
```
39+
3340
Deploy a new version to the Google Play
41+
3442
### android deployMeta
43+
44+
```sh
45+
[bundle exec] fastlane android deployMeta
3546
```
36-
fastlane android deployMeta
37-
```
47+
3848
Deploy Google Play metadata
49+
3950
### android getVersionCode
51+
52+
```sh
53+
[bundle exec] fastlane android getVersionCode
4054
```
41-
fastlane android getVersionCode
42-
```
55+
4356
Get version code
4457

4558
----
4659

4760
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
48-
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
49-
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).
61+
62+
More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).
63+
64+
The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 commit comments

Comments
 (0)