فهرست منبع

1.update podfile

wenweiwei 3 سال پیش
والد
کامیت
b67d54f5c6

+ 2 - 2
Example/BFRecordScreenKit.xcodeproj/project.pbxproj

@@ -469,7 +469,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				MODULE_NAME = ExampleApp;
-				PRODUCT_BUNDLE_IDENTIFIER = "com.tzld.BFRecordScreenKit-Example";
+				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
 				PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
 				PRODUCT_NAME = "开讲";
 				SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -489,7 +489,7 @@
 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
 				MODULE_NAME = ExampleApp;
-				PRODUCT_BUNDLE_IDENTIFIER = "com.tzld.BFRecordScreenKit-Example";
+				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
 				PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
 				PRODUCT_NAME = "开讲";
 				SWIFT_SWIFT3_OBJC_INFERENCE = Default;

+ 12 - 18
Example/BFRecordScreenKit.xcodeproj/xcshareddata/xcschemes/BFRecordScreenKit-Example.xcscheme

@@ -15,7 +15,7 @@
             <BuildableReference
                BuildableIdentifier = "primary"
                BlueprintIdentifier = "607FACCF1AFB9204008FA782"
-               BuildableName = "BFRecordScreenKit_Example.app"
+               BuildableName = "&#x5f00;&#x8bb2;.app"
                BlueprintName = "BFRecordScreenKit_Example"
                ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
             </BuildableReference>
@@ -40,8 +40,16 @@
       buildConfiguration = "Debug"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
-      language = ""
       shouldUseLaunchSchemeArgsEnv = "YES">
+      <MacroExpansion>
+         <BuildableReference
+            BuildableIdentifier = "primary"
+            BlueprintIdentifier = "607FACCF1AFB9204008FA782"
+            BuildableName = "&#x5f00;&#x8bb2;.app"
+            BlueprintName = "BFRecordScreenKit_Example"
+            ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
+         </BuildableReference>
+      </MacroExpansion>
       <Testables>
          <TestableReference
             skipped = "NO">
@@ -54,23 +62,11 @@
             </BuildableReference>
          </TestableReference>
       </Testables>
-      <MacroExpansion>
-         <BuildableReference
-            BuildableIdentifier = "primary"
-            BlueprintIdentifier = "607FACCF1AFB9204008FA782"
-            BuildableName = "BFRecordScreenKit_Example.app"
-            BlueprintName = "BFRecordScreenKit_Example"
-            ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
-         </BuildableReference>
-      </MacroExpansion>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </TestAction>
    <LaunchAction
       buildConfiguration = "Debug"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
-      language = ""
       launchStyle = "0"
       useCustomWorkingDirectory = "NO"
       ignoresPersistentStateOnLaunch = "NO"
@@ -82,13 +78,11 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "607FACCF1AFB9204008FA782"
-            BuildableName = "BFRecordScreenKit_Example.app"
+            BuildableName = "&#x5f00;&#x8bb2;.app"
             BlueprintName = "BFRecordScreenKit_Example"
             ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
          </BuildableReference>
       </BuildableProductRunnable>
-      <AdditionalOptions>
-      </AdditionalOptions>
    </LaunchAction>
    <ProfileAction
       buildConfiguration = "Release"
@@ -101,7 +95,7 @@
          <BuildableReference
             BuildableIdentifier = "primary"
             BlueprintIdentifier = "607FACCF1AFB9204008FA782"
-            BuildableName = "BFRecordScreenKit_Example.app"
+            BuildableName = "&#x5f00;&#x8bb2;.app"
             BlueprintName = "BFRecordScreenKit_Example"
             ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
          </BuildableReference>

+ 8 - 9
Example/Podfile

@@ -6,14 +6,13 @@ source 'https://git.yishihui.com/iOS/BFSpecs.git'
 
 target 'BFRecordScreenKit_Example' do
   pod 'BFRecordScreenKit', :path => '../'
-  pod 'BFMaterialKit',    :path => '../../BFMaterialKit/'
-  pod 'BFCommonKit',      :path => '../../BFCommonKit/'
-  pod 'BFNetRequestKit',  :path => '../../BFNetRequestKit/'
-  pod 'BFFramework',      :path => '../../BFFramework/'
-  pod 'BFUIKit',          :path => '../../BFUIKit/'
-  pod 'BFVideoEditKit',   :path => '../../BFVideoEditKit/'
-  pod 'BFAliyunNlsSDK-Swift',   :path => '../../BFAliyunNlsSDK-Swift/'
-  
+  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 'BFFramework',           :git => 'https://git.yishihui.com/iOS/BFFramework.git'
+  pod 'BFVideoEditKit',        :git => 'https://git.yishihui.com/iOS/BFVideoEditKit.git'
+  pod 'BFAliyunNlsSDK-Swift',  :git => 'https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git'
   post_install do |installer|
     installer.pods_project.targets.each do |target|
       #if target.name =="App" || target.name =="App1"
@@ -24,4 +23,4 @@ target 'BFRecordScreenKit_Example' do
     end
   end
   
-end
+end

+ 38 - 15
Example/Podfile.lock

@@ -129,14 +129,14 @@ PODS:
   - WechatOpenSDK-Swift (1.8.7.1)
 
 DEPENDENCIES:
-  - BFAliyunNlsSDK-Swift (from `../../BFAliyunNlsSDK-Swift/`)
-  - BFCommonKit (from `../../BFCommonKit/`)
-  - BFFramework (from `../../BFFramework/`)
-  - BFMaterialKit (from `../../BFMaterialKit/`)
-  - BFNetRequestKit (from `../../BFNetRequestKit/`)
+  - BFAliyunNlsSDK-Swift (from `https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git`)
+  - BFCommonKit (from `https://git.yishihui.com/iOS/BFCommonKit.git`)
+  - BFFramework (from `https://git.yishihui.com/iOS/BFFramework.git`)
+  - BFMaterialKit (from `https://git.yishihui.com/iOS/BFMaterialKit.git`)
+  - BFNetRequestKit (from `https://git.yishihui.com/iOS/BFNetRequestKit.git`)
   - BFRecordScreenKit (from `../`)
-  - BFUIKit (from `../../BFUIKit/`)
-  - BFVideoEditKit (from `../../BFVideoEditKit/`)
+  - BFUIKit (from `https://git.yishihui.com/iOS/BFUIKit.git`)
+  - BFVideoEditKit (from `https://git.yishihui.com/iOS/BFVideoEditKit.git`)
 
 SPEC REPOS:
   https://github.com/CocoaPods/Specs.git:
@@ -163,21 +163,44 @@ SPEC REPOS:
 
 EXTERNAL SOURCES:
   BFAliyunNlsSDK-Swift:
-    :path: "../../BFAliyunNlsSDK-Swift/"
+    :git: https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git
   BFCommonKit:
-    :path: "../../BFCommonKit/"
+    :git: https://git.yishihui.com/iOS/BFCommonKit.git
   BFFramework:
-    :path: "../../BFFramework/"
+    :git: https://git.yishihui.com/iOS/BFFramework.git
   BFMaterialKit:
-    :path: "../../BFMaterialKit/"
+    :git: https://git.yishihui.com/iOS/BFMaterialKit.git
   BFNetRequestKit:
-    :path: "../../BFNetRequestKit/"
+    :git: https://git.yishihui.com/iOS/BFNetRequestKit.git
   BFRecordScreenKit:
     :path: "../"
   BFUIKit:
-    :path: "../../BFUIKit/"
+    :git: https://git.yishihui.com/iOS/BFUIKit.git
   BFVideoEditKit:
-    :path: "../../BFVideoEditKit/"
+    :git: https://git.yishihui.com/iOS/BFVideoEditKit.git
+
+CHECKOUT OPTIONS:
+  BFAliyunNlsSDK-Swift:
+    :commit: 5d4b25b98f5294bc1dae7a5c75542b85cabf59de
+    :git: https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git
+  BFCommonKit:
+    :commit: 8d5f57b0113d48867f9d1d63aa5d9777baa841b6
+    :git: https://git.yishihui.com/iOS/BFCommonKit.git
+  BFFramework:
+    :commit: 1be8e452b2aed3df07093cc4a3949d3616ebd42d
+    :git: https://git.yishihui.com/iOS/BFFramework.git
+  BFMaterialKit:
+    :commit: 83b6088afd809c0416cc1f0bd27462a880c0e1d7
+    :git: https://git.yishihui.com/iOS/BFMaterialKit.git
+  BFNetRequestKit:
+    :commit: 5d98c4f78849413c21e8cb7117a3b4cc243b4224
+    :git: https://git.yishihui.com/iOS/BFNetRequestKit.git
+  BFUIKit:
+    :commit: 15b17c31208508931bbe46d90aeb177a907d634b
+    :git: https://git.yishihui.com/iOS/BFUIKit.git
+  BFVideoEditKit:
+    :commit: 1e6acf7acc57fca3f73813d93b4ee767dfc5549d
+    :git: https://git.yishihui.com/iOS/BFVideoEditKit.git
 
 SPEC CHECKSUMS:
   Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
@@ -209,6 +232,6 @@ SPEC CHECKSUMS:
   TXLiteAVSDK_Player: 2b60edf893a8e82165a5e4b961a6cb347b10be4a
   WechatOpenSDK-Swift: 18a8f7b12e745c30acc013f72a9f8a25aad6e216
 
-PODFILE CHECKSUM: fecae16510aa8ec73993940aae423db47aa4af21
+PODFILE CHECKSUM: f78a6f6a0d08a98dcba06d4683e82c279e6b7031
 
 COCOAPODS: 1.11.2