File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff 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
5353fastlane android nightly
5454```
5555Submit 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```
5863fastlane android ci-run
@@ -97,6 +102,11 @@ Submit a new Beta Build to Testflight
97102fastlane ios nightly
98103```
99104Submit 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```
102112fastlane ios refresh_dsyms
You can’t perform that action at this time.
0 commit comments