Commit 1efb9b76 authored by jaguar-bot's avatar jaguar-bot

Bump version to 0.3.2

parent 5f1ac347
......@@ -10,7 +10,7 @@ PODS:
- Masonry (= 1.0.1)
- SDWebImage (= 3.7.6)
- GMOCConstant (0.0.3)
- GMPhobos (0.3.0):
- GMPhobos (0.3.1):
- GMCache (~> 0.1.1)
- GMKit
- Masonry (1.0.1)
......@@ -32,7 +32,7 @@ SPEC CHECKSUMS:
GMFoundation: 08b2e6e12c211ed37aa5dce3588f645a133b9165
GMKit: 04a30d67c6b5468f07c8d9f60d0f8b12dd90b162
GMOCConstant: 39371248b4d8d54929391bfcd2c5883776436c4b
GMPhobos: a18a0cabb9531e216f6964649faeaa3eda5f9e90
GMPhobos: 844f6c2fe66adf1e3eed96b763c9c1f70de1a950
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
{
"name": "GMPhobos",
"version": "0.3.0",
"version": "0.3.1",
"summary": "GM statistic data sdk",
"description": "GM event track sdk.",
"homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos",
......@@ -10,7 +10,7 @@
},
"source": {
"git": "git@git.gengmei.cc:gengmeiios/GMPhobos.git",
"tag": "0.3.0"
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
......
......@@ -10,7 +10,7 @@ PODS:
- Masonry (= 1.0.1)
- SDWebImage (= 3.7.6)
- GMOCConstant (0.0.3)
- GMPhobos (0.3.0):
- GMPhobos (0.3.1):
- GMCache (~> 0.1.1)
- GMKit
- Masonry (1.0.1)
......@@ -32,7 +32,7 @@ SPEC CHECKSUMS:
GMFoundation: 08b2e6e12c211ed37aa5dce3588f645a133b9165
GMKit: 04a30d67c6b5468f07c8d9f60d0f8b12dd90b162
GMOCConstant: 39371248b4d8d54929391bfcd2c5883776436c4b
GMPhobos: a18a0cabb9531e216f6964649faeaa3eda5f9e90
GMPhobos: 844f6c2fe66adf1e3eed96b763c9c1f70de1a950
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "GMPhobos"
s.version = "0.3.1"
s.version = "0.3.2"
s.summary = "GM statistic data sdk"
s.description = <<-DESC
......
fastlane documentation
================
# Installation
Make sure you have the latest version of the Xcode command line tools installed:
```
sudo gem install fastlane
xcode-select --install
```
## Choose your installation method:
<table width="100%" >
<tr>
<th width="33%"><a href="http://brew.sh">Homebrew</a></td>
<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/fastlane.zip">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
## iOS
### ios do_deliver_app
......@@ -21,6 +44,11 @@ Release new private pod version
fastlane ios do_publish_beta
```
Publish a beta version
### ios do_publish_test
```
fastlane ios do_publish_test
```
Publish a test version
### ios do_automation_test
```
fastlane ios do_automation_test
......@@ -30,5 +58,5 @@ UI automation test
----
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane).
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).
......@@ -2,78 +2,80 @@
<testsuites>
<testsuite name="fastlane.lanes">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.000463">
<testcase classname="fastlane.lanes" name="00: Verifying required fastlane version" time="0.000503">
</testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000445">
<testcase classname="fastlane.lanes" name="01: default_platform" time="0.000231">
</testcase>
<testcase classname="fastlane.lanes" name="2: import_from_git" time="0.479868">
<testcase classname="fastlane.lanes" name="02: import_from_git" time="0.525561">
</testcase>
<testcase classname="fastlane.lanes" name="3: hipchat" time="0.068705">
<testcase classname="fastlane.lanes" name="03: hipchat" time="0.058962">
</testcase>
<testcase classname="fastlane.lanes" name="4: git_pull" time="3.65096">
<testcase classname="fastlane.lanes" name="04: git_pull" time="0.811058">
</testcase>
<testcase classname="fastlane.lanes" name="5: ensure_git_branch" time="0.007565">
<testcase classname="fastlane.lanes" name="05: ensure_git_branch" time="0.008128">
</testcase>
<testcase classname="fastlane.lanes" name="6: pod_install" time="4.71856">
<testcase classname="fastlane.lanes" name="06: pod_install" time="20.371176">
</testcase>
<testcase classname="fastlane.lanes" name="7: pod_lib_lint" time="19.711572">
<testcase classname="fastlane.lanes" name="07: pod_lib_lint" time="36.984906">
</testcase>
<testcase classname="fastlane.lanes" name="8: version_bump_podspec" time="0.001109">
<testcase classname="fastlane.lanes" name="08: version_bump_podspec" time="0.001369">
</testcase>
<testcase classname="fastlane.lanes" name="9: git_commit_all" time="0.058036">
<testcase classname="fastlane.lanes" name="09: git_commit_all" time="0.219974">
</testcase>
<testcase classname="fastlane.lanes" name="10: add_git_tag" time="0.01163">
<testcase classname="fastlane.lanes" name="10: add_git_tag" time="0.012419">
</testcase>
<testcase classname="fastlane.lanes" name="11: push_to_git_remote" time="1.104336">
<testcase classname="fastlane.lanes" name="11: push_to_git_remote" time="0.88362">
</testcase>
<testcase classname="fastlane.lanes" name="12: pod_push" time="27.826951">
<testcase classname="fastlane.lanes" name="12: pod_push" time="27.225363">
</testcase>
<testcase classname="fastlane.lanes" name="13: pod_repo_update" time="1.084135">
<testcase classname="fastlane.lanes" name="13: pod_repo_update" time="1.125242">
</testcase>
<testcase classname="fastlane.lanes" name="14: hipchat" time="0.049763">
<testcase classname="fastlane.lanes" name="14: hipchat" time="0.054368">
</testcase>
......
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