Browse Source

base info change

harry 3 years ago
parent
commit
c55b51be79

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

@@ -468,8 +468,9 @@
 				INFOPLIST_KEY_CFBundleDisplayName = "开讲";
 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				MARKETING_VERSION = 1.0;
 				MODULE_NAME = ExampleApp;
-				PRODUCT_BUNDLE_IDENTIFIER = "com.tzld.BFRecordScreenKit-Example";
+				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
 				PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
 				PRODUCT_NAME = Introduce;
 				SWIFT_SWIFT3_OBJC_INFERENCE = Default;
@@ -488,8 +489,9 @@
 				INFOPLIST_KEY_CFBundleDisplayName = "开讲";
 				IPHONEOS_DEPLOYMENT_TARGET = 10.0;
 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
+				MARKETING_VERSION = 1.0;
 				MODULE_NAME = ExampleApp;
-				PRODUCT_BUNDLE_IDENTIFIER = "com.tzld.BFRecordScreenKit-Example";
+				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.introduce;
 				PRODUCT_MODULE_NAME = "$(TARGET_NAME)";
 				PRODUCT_NAME = Introduce;
 				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 = "Introduce.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 = "Introduce.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 = "Introduce.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 = "Introduce.app"
             BlueprintName = "BFRecordScreenKit_Example"
             ReferencedContainer = "container:BFRecordScreenKit.xcodeproj">
          </BuildableReference>

+ 2 - 3
Example/BFRecordScreenKit/Info.plist

@@ -11,11 +11,11 @@
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
-	<string>$(PRODUCT_NAME)</string>
+	<string>开讲</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0</string>
+	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
@@ -39,7 +39,6 @@
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
-		<string>UIInterfaceOrientationLandscapeLeft</string>
 	</array>
 </dict>
 </plist>

+ 18 - 7
Example/Podfile

@@ -6,13 +6,24 @@ 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 '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 "BFFramework",          :git => 'https://git.yishihui.com/iOS/BFFramework.git'
+  pod "BFMaterialKit",        :git => 'https://git.yishihui.com/iOS/BFMaterialKit.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 "BFVideoEditKit",       :git => 'https://git.yishihui.com/iOS/BFVideoEditKit'
+  pod "BFAliyunNlsSDK-Swift", :git => 'https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git'
+
+
   
   post_install do |installer|
     installer.pods_project.targets.each do |target|

+ 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`)
 
 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
+
+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
 
 SPEC CHECKSUMS:
   Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9
@@ -209,6 +232,6 @@ SPEC CHECKSUMS:
   TXLiteAVSDK_Player: 2b60edf893a8e82165a5e4b961a6cb347b10be4a
   WechatOpenSDK-Swift: 18a8f7b12e745c30acc013f72a9f8a25aad6e216
 
-PODFILE CHECKSUM: fecae16510aa8ec73993940aae423db47aa4af21
+PODFILE CHECKSUM: d964a89b294e352c7216ac6b0357818d0a1726fe
 
 COCOAPODS: 1.11.2