Skip to content

Commit a6c81a0

Browse files
committed
update fastlane docs
1 parent a60a815 commit a6c81a0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

fastlane/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ xcode-select --install
1212

1313
<table width="100%" >
1414
<tr>
15-
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
16-
<th width="33%">Installer Script</td>
17-
<th width="33%">Rubygems</td>
15+
<th width="33%"><a href="http://brew.sh">Homebrew</a></th>
16+
<th width="33%">Installer Script</th>
17+
<th width="33%">RubyGems</th>
1818
</tr>
1919
<tr>
2020
<td width="33%" align="center">macOS</td>
@@ -53,6 +53,11 @@ Submit a new beta build to Google Play
5353
fastlane android nightly
5454
```
5555
Submit a new nightly build to Google Play
56+
### android sourcemap
57+
```
58+
fastlane android sourcemap
59+
```
60+
Bundle an Android sourcemap
5661
### android ci-run
5762
```
5863
fastlane android ci-run
@@ -97,6 +102,11 @@ Submit a new Beta Build to Testflight
97102
fastlane ios nightly
98103
```
99104
Submit a new nightly Beta Build to Testflight
105+
### ios sourcemap
106+
```
107+
fastlane ios sourcemap
108+
```
109+
Bundle an iOS sourcemap
100110
### ios refresh_dsyms
101111
```
102112
fastlane ios refresh_dsyms

0 commit comments

Comments
 (0)