Commit 735c6882 authored by jaguar-bot's avatar jaguar-bot

Bump version to 0.2.7

parent 69f25845
PODS:
- GMCache (0.1.0):
- TMCache (~> 2.1.0)
- GMPhobos (0.2.5):
- GMPhobos (0.2.6):
- GMCache (~> 0.1.0)
- TMCache (2.1.0)
......@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMPhobos: 141b18cbaacb19bcdd6cca5963de5c59b87087fc
GMPhobos: 9f380d6cec55d94ab826d91f67835972b00013b8
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: ab2b5ff1dcd8a35fd02cced6c06c7f9477b82d69
......
{
"name": "GMPhobos",
"version": "0.2.5",
"version": "0.2.6",
"summary": "GM statistic data sdk",
"description": "GM event track sdk.",
"homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos",
......@@ -10,7 +10,7 @@
},
"source": {
"git": "http://git.gengmei.cc/gengmeiios/GMPhobos.git",
"tag": "0.2.5"
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
......
PODS:
- GMCache (0.1.0):
- TMCache (~> 2.1.0)
- GMPhobos (0.2.5):
- GMPhobos (0.2.6):
- GMCache (~> 0.1.0)
- TMCache (2.1.0)
......@@ -14,7 +14,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
GMCache: a7b06a2d8a5a1c7cf023055c631ba9a0cd7c39fc
GMPhobos: 141b18cbaacb19bcdd6cca5963de5c59b87087fc
GMPhobos: 9f380d6cec55d94ab826d91f67835972b00013b8
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
PODFILE CHECKSUM: ab2b5ff1dcd8a35fd02cced6c06c7f9477b82d69
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.5</string>
<string>0.2.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
......@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "GMPhobos"
s.version = "0.2.6"
s.version = "0.2.7"
s.summary = "GM statistic data sdk"
s.description = <<-DESC
......
......@@ -6,6 +6,11 @@ sudo gem install fastlane
```
# Available Actions
## iOS
### ios do_release
```
fastlane ios do_release
```
Do release new version
### ios release
```
fastlane ios release
......
......@@ -3,52 +3,62 @@
<testsuite name="fastlane.lanes">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.000512">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.000751">
</testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000259">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000274">
</testcase>
<testcase classname="fastlane.lanes" name="2: ensure_git_branch" time="0.009493">
<testcase classname="fastlane.lanes" name="2: Switch to ios do_release lane" time="0.000291">
</testcase>
<testcase classname="fastlane.lanes" name="3: pod_install" time="10.714165">
<testcase classname="fastlane.lanes" name="3: git_pull" time="2.705761">
</testcase>
<testcase classname="fastlane.lanes" name="4: pod_lib_lint" time="22.039992">
<testcase classname="fastlane.lanes" name="4: ensure_git_branch" time="0.011321">
</testcase>
<testcase classname="fastlane.lanes" name="5: version_bump_podspec" time="0.001131">
<testcase classname="fastlane.lanes" name="5: pod_install" time="10.521312">
</testcase>
<testcase classname="fastlane.lanes" name="6: git_commit_all" time="0.100325">
<testcase classname="fastlane.lanes" name="6: pod_lib_lint" time="22.956402">
</testcase>
<testcase classname="fastlane.lanes" name="7: add_git_tag" time="0.0119">
<testcase classname="fastlane.lanes" name="7: version_bump_podspec" time="0.00111">
</testcase>
<testcase classname="fastlane.lanes" name="8: push_to_git_remote" time="1.006795">
<testcase classname="fastlane.lanes" name="8: git_commit_all" time="0.076234">
</testcase>
<testcase classname="fastlane.lanes" name="9: pod_push" time="10.108738">
<testcase classname="fastlane.lanes" name="9: add_git_tag" time="0.020059">
</testcase>
<testcase classname="fastlane.lanes" name="10: push_to_git_remote" time="1.632532">
</testcase>
<testcase classname="fastlane.lanes" name="11: pod_push" time="14.497866">
</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