Commit 9b00cd5a5c2a66519e0a0c66bf65cafe946a18b2

Authored by 朱林
1 parent 5828d07b

bug fix

CNLivePlayerSDKTest/CNLivePlayerSDKTest.xcodeproj/project.pbxproj
... ... @@ -12,6 +12,9 @@
12 12 32E6CA311D5B0AF400B58EBC /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6CA301D5B0AF400B58EBC /* ViewController.m */; };
13 13 32E6CA341D5B0AF400B58EBC /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32E6CA321D5B0AF400B58EBC /* Main.storyboard */; };
14 14 32E6CA391D5B0AF400B58EBC /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32E6CA371D5B0AF400B58EBC /* LaunchScreen.storyboard */; };
  15 + 810834671FC5843400B50C40 /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 810834661FC5843400B50C40 /* CNLivePlayerSDK.framework */; };
  16 + 810834681FC5843B00B50C40 /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 810834661FC5843400B50C40 /* CNLivePlayerSDK.framework */; };
  17 + 810834691FC5843B00B50C40 /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 810834661FC5843400B50C40 /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
15 18 812245E11F21F649008C2B64 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 812245DF1F21F63A008C2B64 /* CNLiveMsgTools.framework */; };
16 19 812245E21F21F649008C2B64 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 812245DF1F21F63A008C2B64 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
17 20 8133FA391E71454C00FBFE95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8133FA381E71454C00FBFE95 /* Assets.xcassets */; };
... ... @@ -22,9 +25,6 @@
22 25 8159A8851F7247D500F18AAC /* YYImage.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8159A8841F7247D500F18AAC /* YYImage.framework */; };
23 26 8159A8881F7248AD00F18AAC /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 8159A8871F7248AD00F18AAC /* libz.tbd */; };
24 27 8159A88A1F7248FC00F18AAC /* house.gif in Resources */ = {isa = PBXBuildFile; fileRef = 8159A8891F7248FC00F18AAC /* house.gif */; };
25   - 816B69151FA9942600A61F06 /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 816B69141FA9942400A61F06 /* CNLivePlayerSDK.framework */; };
26   - 816B69161FA9943000A61F06 /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 816B69141FA9942400A61F06 /* CNLivePlayerSDK.framework */; };
27   - 816B69171FA9943000A61F06 /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 816B69141FA9942400A61F06 /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
28 28 817057281FA8584200053DED /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817057271FA8584200053DED /* CoreData.framework */; };
29 29 8170575B1FA870F500053DED /* CNLivePlayerBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 8170575A1FA870F300053DED /* CNLivePlayerBundle.bundle */; };
30 30 817057811FA8734F00053DED /* BackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8170575E1FA8734E00053DED /* BackgroundView.m */; };
... ... @@ -60,7 +60,7 @@
60 60 dstSubfolderSpec = 10;
61 61 files = (
62 62 812245E21F21F649008C2B64 /* CNLiveMsgTools.framework in Embed Frameworks */,
63   - 816B69171FA9943000A61F06 /* CNLivePlayerSDK.framework in Embed Frameworks */,
  63 + 810834691FC5843B00B50C40 /* CNLivePlayerSDK.framework in Embed Frameworks */,
64 64 8159A8681F72470D00F18AAC /* libksygpulive.framework in Embed Frameworks */,
65 65 8159A8661F72470D00F18AAC /* GPUImage.framework in Embed Frameworks */,
66 66 );
... ... @@ -79,6 +79,7 @@
79 79 32E6CA331D5B0AF400B58EBC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
80 80 32E6CA381D5B0AF400B58EBC /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
81 81 32E6CA3A1D5B0AF400B58EBC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  82 + 810834661FC5843400B50C40 /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; };
82 83 812245DF1F21F63A008C2B64 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; };
83 84 8133FA381E71454C00FBFE95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
84 85 8159A85D1F7246E700F18AAC /* GPUImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GPUImage.framework; sourceTree = "<group>"; };
... ... @@ -86,7 +87,6 @@
86 87 8159A8841F7247D500F18AAC /* YYImage.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = YYImage.framework; sourceTree = "<group>"; };
87 88 8159A8871F7248AD00F18AAC /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
88 89 8159A8891F7248FC00F18AAC /* house.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = house.gif; sourceTree = "<group>"; };
89   - 816B69141FA9942400A61F06 /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; };
90 90 817057271FA8584200053DED /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
91 91 8170575A1FA870F300053DED /* CNLivePlayerBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CNLivePlayerBundle.bundle; sourceTree = "<group>"; };
92 92 8170575D1FA8734E00053DED /* BackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BackgroundView.h; sourceTree = "<group>"; };
... ... @@ -142,9 +142,9 @@
142 142 812245E11F21F649008C2B64 /* CNLiveMsgTools.framework in Frameworks */,
143 143 8159A8651F72470D00F18AAC /* GPUImage.framework in Frameworks */,
144 144 8159A8671F72470D00F18AAC /* libksygpulive.framework in Frameworks */,
145   - 816B69161FA9943000A61F06 /* CNLivePlayerSDK.framework in Frameworks */,
  145 + 810834681FC5843B00B50C40 /* CNLivePlayerSDK.framework in Frameworks */,
146 146 8159A8851F7247D500F18AAC /* YYImage.framework in Frameworks */,
147   - 816B69151FA9942600A61F06 /* CNLivePlayerSDK.framework in Frameworks */,
  147 + 810834671FC5843400B50C40 /* CNLivePlayerSDK.framework in Frameworks */,
148 148 );
149 149 runOnlyForDeploymentPostprocessing = 0;
150 150 };
... ... @@ -211,7 +211,7 @@
211 211 816D7B131F0E158F007C1436 /* CNLiveSDKs */ = {
212 212 isa = PBXGroup;
213 213 children = (
214   - 816B69141FA9942400A61F06 /* CNLivePlayerSDK.framework */,
  214 + 810834661FC5843400B50C40 /* CNLivePlayerSDK.framework */,
215 215 8170575A1FA870F300053DED /* CNLivePlayerBundle.bundle */,
216 216 8159A8841F7247D500F18AAC /* YYImage.framework */,
217 217 8159A85D1F7246E700F18AAC /* GPUImage.framework */,
... ...
CNLivePlayerSDKTest/CNLiveSDKs/CNLivePlayerSDK.framework/CNLivePlayerSDK
No preview for this file type
CNLivePlayerSDKTest/CNLiveSDKs/CNLivePlayerSDK.framework/Info.plist
No preview for this file type
发布版SDK/CNLivePlayerSDK.framework/CNLivePlayerSDK
No preview for this file type
发布版SDK/CNLivePlayerSDK.framework/Info.plist
No preview for this file type