Commit d9a04c91 authored by 汪洋's avatar 汪洋

Bump version to 0.1.1

parent 538a7d7c
......@@ -14,7 +14,7 @@
buildForArchiving = "YES">
<BuildableReference
BuildableIdentifier = 'primary'
BlueprintIdentifier = '57ABCB360EC4FC4CB98DF3BF'
BlueprintIdentifier = 'CAC851A357425B1562147CCB'
BlueprintName = 'GMRefresh'
ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'GMRefresh.framework'>
......
......@@ -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
......
......@@ -3,52 +3,22 @@
<testsuite name="fastlane.lanes">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.000555">
<testcase classname="fastlane.lanes" name="0: Verifying required fastlane version" time="0.000517">
</testcase>
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.000182">
<testcase classname="fastlane.lanes" name="1: default_platform" time="0.0002">
</testcase>
<testcase classname="fastlane.lanes" name="2: ensure_git_branch" time="0.005641">
<testcase classname="fastlane.lanes" name="2: ensure_git_branch" time="0.006272">
</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>
......
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