浏览代码

版本升级维护

yyqxiaoyin 6 年之前
父节点
当前提交
dfae41d682
共有 2 个文件被更改,包括 11 次插入11 次删除
  1. 1 1
      fastlane/Fastfile
  2. 10 10
      fastlane/report.xml

+ 1 - 1
fastlane/Fastfile

@@ -49,7 +49,7 @@ push_git_tags
 
 # 4. pod spec lint
 
-pod_lib_lint(allow_warnings: true, sources: "http://60.205.190.38:9000/iOS/MKRPodSpecs.git")
+pod_lib_lint(sources: "http://60.205.190.38:9000/iOS/MKRPodSpecs.git,https://github.com/CocoaPods/Specs.git",allow_warnings: true,use_libraries:true)
 
 #    pod repo push XXX  xxx.podspec
 pod_push(path: "#{targetName}.podspec", repo: "MKRPodSpecs", allow_warnings: true)

文件差异内容过多而无法显示
+ 10 - 10
fastlane/report.xml