فهرست منبع

使用外网地址

jsonwang 3 سال پیش
والد
کامیت
338501adf0
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      MusicVideoPlus/MusicVideoPlus.xcodeproj/project.pbxproj
  2. 3 3
      MusicVideoPlus/Podfile

+ 2 - 2
MusicVideoPlus/MusicVideoPlus.xcodeproj/project.pbxproj

@@ -446,7 +446,7 @@
 				418532292665342100DCA2C1 /* Frameworks */,
 				4185322A2665342100DCA2C1 /* Resources */,
 				3115904EEDD5A7932018A62B /* [CP] Embed Pods Frameworks */,
-				38EB717AF00D385994562BF7 /* [CP] Copy Pods Resources */,
+				78620DDD4F6FF4EA23555285 /* [CP] Copy Pods Resources */,
 			);
 			buildRules = (
 			);
@@ -542,7 +542,7 @@
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks.sh\"\n";
 			showEnvVarsInLog = 0;
 		};
-		38EB717AF00D385994562BF7 /* [CP] Copy Pods Resources */ = {
+		78620DDD4F6FF4EA23555285 /* [CP] Copy Pods Resources */ = {
 			isa = PBXShellScriptBuildPhase;
 			buildActionMask = 2147483647;
 			files = (

+ 3 - 3
MusicVideoPlus/Podfile

@@ -4,10 +4,10 @@ target 'MusicVideoPlus' do
   # Comment the next line if you don't want to use dynamic frameworks
   use_frameworks!
   source 'https://github.com/CocoaPods/Specs.git'
-  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.1'
- 
+  #pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.1'
+   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' 
   # 使用本地路径
-  # pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
+  #pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
 #  pod 'BFFramework', :path => '/Users/sanw/Desktop/BytesFlow/Projects/BFFramework/'
 
   pod 'JWTDecode','2.6.0' # Apple登陆校验库