Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMRefresh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMRefresh
Commits
d9a04c91
Commit
d9a04c91
authored
May 06, 2016
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 0.1.1
parent
538a7d7c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
37 deletions
+7
-37
GMRefresh.xcscheme
.../Pods.xcodeproj/xcshareddata/xcschemes/GMRefresh.xcscheme
+1
-1
Fastfile
fastlane/Fastfile
+2
-2
report.xml
fastlane/report.xml
+4
-34
No files found.
Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/GMRefresh.xcscheme
View file @
d9a04c91
...
...
@@ -14,7 +14,7 @@
buildForArchiving =
"YES"
>
<BuildableReference
BuildableIdentifier =
'primary'
BlueprintIdentifier =
'
57ABCB360EC4FC4CB98DF3BF
'
BlueprintIdentifier =
'
CAC851A357425B1562147CCB
'
BlueprintName =
'GMRefresh'
ReferencedContainer =
'container:Pods.xcodeproj'
BuildableName =
'GMRefresh.framework'
>
...
...
fastlane/Fastfile
View file @
d9a04c91
...
...
@@ -32,12 +32,12 @@ platform :ios do
raise "The version is missed." if target_version.nil?
ensure_git_branch # 确认 master 分支
pod_install
pod_lib_lint(verbose: true, allow_warnings: true, sources: ["git@git.gengmei.cc:gengmeiios/GMSpecs.git
”,"https://github.com/CocoaPods/Specs"], use_bundle_exec: true
)
pod_lib_lint(verbose: true, allow_warnings: true, sources: ["git@git.gengmei.cc:gengmeiios/GMSpecs.git
","https://github.com/CocoaPods/Specs"]
)
version_bump_podspec(path: path, version_number: target_version) # 更新 podspec
git_commit_all(message: "Bump version to #{target_version}") # 提交版本号修改
add_git_tag tag: target_version # 设置 tag
push_to_git_remote # 推送到 git 仓库
pod_push(path: path, repo: "GMSpecs", allow_warnings: true, sources: ["git@git.gengmei.cc:gengmeiios/GMSpecs.git"]) # 提交到 CocoaPods
pod_push(path: path, repo: "GMSpecs", allow_warnings: true, sources: ["git@git.gengmei.cc:gengmeiios/GMSpecs.git"
,"https://github.com/CocoaPods/Specs"
]) # 提交到 CocoaPods
end
end
...
...
fastlane/report.xml
View file @
d9a04c91
...
...
@@ -3,52 +3,22 @@
<testsuite
name=
"fastlane.lanes"
>
<testcase
classname=
"fastlane.lanes"
name=
"0: Verifying required fastlane version"
time=
"0.0005
55
"
>
<testcase
classname=
"fastlane.lanes"
name=
"0: Verifying required fastlane version"
time=
"0.0005
17
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"1: default_platform"
time=
"0.000
18
2"
>
<testcase
classname=
"fastlane.lanes"
name=
"1: default_platform"
time=
"0.0002"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"2: ensure_git_branch"
time=
"0.00
5641
"
>
<testcase
classname=
"fastlane.lanes"
name=
"2: ensure_git_branch"
time=
"0.00
6272
"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"3: pod_install"
time=
"32.097045"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"4: pod_lib_lint"
time=
"7.063782"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"5: version_bump_podspec"
time=
"0.00104"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"6: git_commit_all"
time=
"0.014221"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"7: add_git_tag"
time=
"0.009203"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"8: push_to_git_remote"
time=
"0.769021"
>
</testcase>
<testcase
classname=
"fastlane.lanes"
name=
"9: pod_push"
time=
"69.116228"
>
<testcase
classname=
"fastlane.lanes"
name=
"3: pod_install"
time=
"181.675509"
>
</testcase>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment