Commit da7e6e20 authored by gm's avatar gm

add action

parent 3398529c
...@@ -8,36 +8,22 @@ Make sure you have the latest version of the Xcode command line tools installed: ...@@ -8,36 +8,22 @@ Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install xcode-select --install
``` ```
## Choose your installation method: Install _fastlane_ using
```
<table width="100%" > [sudo] gem install fastlane -NV
<tr> ```
<th width="33%"><a href="http://brew.sh">Homebrew</a></td> or alternatively using `brew cask install fastlane`
<th width="33%">Installer Script</td>
<th width="33%">Rubygems</td>
</tr>
<tr>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS</td>
<td width="33%" align="center">macOS or Linux with Ruby 2.0.0 or above</td>
</tr>
<tr>
<td width="33%"><code>brew cask install fastlane</code></td>
<td width="33%"><a href="https://download.fastlane.tools">Download the zip file</a>. Then double click on the <code>install</code> script (or run it in a terminal window).</td>
<td width="33%"><code>sudo gem install fastlane -NV</code></td>
</tr>
</table>
# Available Actions # Available Actions
## iOS ## iOS
### ios do_deliver_app ### ios do_publish_prod
``` ```
fastlane ios do_deliver_app fastlane ios do_publish_prod
``` ```
Deploy a new version to the App Store Deploy a new version to the App Store
### ios do_release_lib ### ios do_publish_lib
``` ```
fastlane ios do_release_lib fastlane ios do_publish_lib
``` ```
Release new private pod version Release new private pod version
### ios do_publish_beta ### ios do_publish_beta
...@@ -50,11 +36,6 @@ Publish a beta version ...@@ -50,11 +36,6 @@ Publish a beta version
fastlane ios do_publish_test fastlane ios do_publish_test
``` ```
Publish a test version Publish a test version
### ios do_automation_test
```
fastlane ios do_automation_test
```
UI automation test
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment