浏览代码

修改版本号

胡志强 3 年之前
父节点
当前提交
a4d8a6fea1
共有 2 个文件被更改,包括 54 次插入38 次删除
  1. 2 2
      Introduce.xcodeproj/project.pbxproj
  2. 52 36
      Podfile

+ 2 - 2
Introduce.xcodeproj/project.pbxproj

@@ -483,7 +483,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 17;
+				CURRENT_PROJECT_VERSION = 19;
 				DEVELOPMENT_TEAM = UH52C8A7SN;
 				ENABLE_BITCODE = NO;
 				EXCLUDED_ARCHS = "";
@@ -530,7 +530,7 @@
 				CLANG_ENABLE_MODULES = YES;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 17;
+				CURRENT_PROJECT_VERSION = 19;
 				DEVELOPMENT_TEAM = UH52C8A7SN;
 				ENABLE_BITCODE = NO;
 				EXCLUDED_ARCHS = "";

+ 52 - 36
Podfile

@@ -3,9 +3,9 @@
 use_frameworks!
 platform :ios, '10.0'
 
-#source 'https://github.com/CocoaPods/Specs.git'
+source 'https://github.com/CocoaPods/Specs.git'
 source 'https://git.yishihui.com/iOS/BFSpecs.git'
-source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
+#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
 
 target 'Introduce' do
   #富文本库
@@ -18,49 +18,53 @@ target 'Introduce' do
   pod 'Bugly',                    '2.5.91'
  
 ## Pods-for-AppStore
-#  pod 'BFCommonKit',           '1.4.9'
-#  pod 'BFNetRequestKit',       '0.2.3'
-#  pod 'BFUIKit',               '0.1.1'
-#  pod 'BFMaterialKit',         '0.1.6'
+#  pod 'BFCommonKit',           '1.5.9'
+#  pod 'BFNetRequestKit',       '1.0.3'
+#  pod 'BFUIKit',               '0.1.5'
+#  pod 'BFMaterialKit',         '0.2.7'
 #  pod 'BFLogger',              '0.1.0'
-#  pod 'BFMediaKit',            '0.1.0'
-#  pod 'BFRecordScreenKit',     '0.1.0'
+#  pod 'BFMediaKit',            '0.0.2'
+#  pod 'BFRecordScreenKit',     '1.0.0'
 
 ## Pods-for-Archive(Jenkins)
-  pod 'BFCommonKit',           :git => 'https://git.yishihui.com/iOS/BFCommonKit.git'
-  pod 'BFNetRequestKit',       :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git'
-  pod 'BFUIKit',               :git => 'https://git.yishihui.com/iOS/BFUIKit.git'
-  pod 'BFMaterialKit',         :git => 'https://git.yishihui.com/iOS/BFMaterialKit.git'
-  pod 'BFLogger',              :git => 'https://git.yishihui.com/iOS/BFLogger.git'
-  pod 'BFMediaKit',            :git => 'https://git.yishihui.com/iOS/BFMediaKit.git'
-  pod 'BFRecordScreenKit',     :git => 'https://git.yishihui.com/iOS/BFRecordScreenKit.git'
-  pod 'BFAnalyzeKit',          :git => 'https://git.yishihui.com/iOS/BFAnalyzeKit.git'
-  pod "BFFFmpeglib"   , :git => 'https://git.yishihui.com/iOS/BFFFmpeglib.git'
+#  pod 'BFCommonKit',           :git => 'https://git.yishihui.com/iOS/BFCommonKit.git'
+#  pod 'BFNetRequestKit',       :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git'
+#  pod 'BFUIKit',               :git => 'https://git.yishihui.com/iOS/BFUIKit.git'
+#  pod 'BFMaterialKit',         :git => 'https://git.yishihui.com/iOS/BFMaterialKit.git'
+#  pod 'BFLogger',              :git => 'https://git.yishihui.com/iOS/BFLogger.git'
+#  pod 'BFMediaKit',            :git => 'https://git.yishihui.com/iOS/BFMediaKit.git'
+#  pod 'BFRecordScreenKit',     :git => 'https://git.yishihui.com/iOS/BFRecordScreenKit.git'
+#  pod 'BFAnalyzeKit',          :git => 'https://git.yishihui.com/iOS/BFAnalyzeKit.git'
+#  pod "BFFFmpeglib",           :git => 'https://git.yishihui.com/iOS/BFFFmpeglib.git'
   
 
 
 #使用指定tag
-#  pod "BFCommonKit"   , :git => 'https://git.yishihui.com/iOS/BFCommonKit.git'  , :tag => '1.5.5'
-#  pod "BFNetRequestKit"   , :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git'  , :tag => '1.0.3'
-#  pod "BFUIKit"   , :git => 'https://git.yishihui.com/iOS/BFUIKit.git'  , :tag => '0.1.3'
-#  pod "BFMaterialKit"   , :git => 'https://git.yishihui.com/iOS/BFMaterialKit.git'  , :tag => '0.2.2'
-#  pod "BFLogger"   , :git => 'https://git.yishihui.com/iOS/BFLogger.git'  , :tag => '0.1.0'
-#  pod "BFMediaKit"   , :git => 'https://git.yishihui.com/iOS/BFMediaKit.git'  , :tag => '0.0.1'
-#  pod "BFRecordScreenKit"   , :git => 'https://git.yishihui.com/iOS/BFRecordScreenKit.git'  , :tag => '0.0.1'
-#  pod "BFAnalyzeKit"   , :git => 'https://git.yishihui.com/iOS/BFAnalyzeKit.git'  , :tag => '0.0.1'
-#
-#
+#  pod "BFCommonKit",       :git => 'https://git.yishihui.com/iOS/BFCommonKit.git',       :tag => '1.5.9'
+#  pod "BFNetRequestKit",   :git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git',   :tag => '1.0.3'
+#  pod "BFUIKit",           :git => 'https://git.yishihui.com/iOS/BFUIKit.git',           :tag => '0.1.5'
+#  pod "BFMaterialKit",     :git => 'https://git.yishihui.com/iOS/BFMaterialKit.git',     :tag => '0.2.7'
+#  pod "BFLogger",          :git => 'https://git.yishihui.com/iOS/BFLogger.git',          :tag => '0.1.0'
+#  pod "BFMediaKit",        :git => 'https://git.yishihui.com/iOS/BFMediaKit.git',        :tag => '0.0.2'
+#  pod "BFRecordScreenKit", :git => 'https://git.yishihui.com/iOS/BFRecordScreenKit.git', :tag => '1.0.0'
+#  pod "BFAnalyzeKit",      :git => 'https://git.yishihui.com/iOS/BFAnalyzeKit.git',      :tag => '0.0.1'
+
 ## ak:Pods-for-testing
 ## zq:Pods-for-testing
-#  pod 'BFCommonKit',           :path => '../BFCommonKit/'
-#  pod 'BFNetRequestKit',       :path => '../BFNetRequestKit/'
-#  pod 'BFUIKit',               :path => '../BFUIKit/'
-#  pod 'BFMaterialKit',         :path => '../BFMaterialKit/'
-#  pod 'BFLogger',              :path => '../BFLogger/'
-#  pod 'BFMediaKit',            :path => '../BFMediaKit/'
-#  pod 'BFRecordScreenKit',     :path => '../BFRecordScreenKit/'
-#  pod 'BFAnalyzeKit',          :path => '../BFAnalyzeKit/'
-#  pod 'BFFFmpeglib',           :path => '../BFFFmpeglib/'
+
+  pod 'BFCommonKit',           :path => '../BFCommonKit/'
+  pod 'BFNetRequestKit',       :path => '../BFNetRequestKit/'
+  pod 'BFUIKit',               :path => '../BFUIKit/'
+  pod 'BFMaterialKit',         :path => '../BFMaterialKit/'
+  pod 'BFLogger',              :path => '../BFLogger/'
+  pod 'BFMediaKit',            :path => '../BFMediaKit/'
+  pod 'BFRecordScreenKit',     :path => '../BFRecordScreenKit/'
+  pod 'BFAnalyzeKit',          :path => '../BFAnalyzeKit/'
+  pod 'BFFFmpeglib',           :path => '../BFFFmpeglib/'
+  
+  pod 'MLeaksFinder'
+#  pod 'PLCrashReporter'
+
 
 ## ww:Pods-for-testing
 #  pod 'BFCommonKit',           :path => '../../BFCommonKit/Trunk'
@@ -107,4 +111,16 @@ target 'Introduce' do
     aFile.close()
   end
 
+  def remove_retaincyle (code_file)
+    code_text = File.read(code_file)
+#    code_text.gsub!(/layoutCache[currentClass] = ivars;/,'layoutCache[(id)currentClass] = ivars;')
+    code_text.gsub!(/\[currentClass/,'[(id)currentClass')
+    system("rm -rf " + code_file)
+    
+    
+    aFile = File.new(code_file, 'w+')
+    aFile.syswrite(code_text)
+    aFile.close()
+  end
+
 end