소스 검색

版本升级维护

yyqxiaoyin 6 년 전
부모
커밋
6d7d83aba5
2개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 2 2
      fastlane/Fastfile
  2. 9 9
      fastlane/report.xml

+ 2 - 2
fastlane/Fastfile

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 9 - 9
fastlane/report.xml