Commit 070597763a4ce46709bab7bf1ba0648a535b009d

Authored by 朱林
1 parent b856b6fc

no message

CNLivePlayerSDKTest/CNLivePlayerSDKTest.xcodeproj/project.pbxproj
... ... @@ -17,16 +17,16 @@
17 17 32E6CA901D5B2AF700B58EBC /* BarrageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6CA831D5B2AF700B58EBC /* BarrageViewController.m */; };
18 18 32E6CA931D5B2AF700B58EBC /* PlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6CA8A1D5B2AF700B58EBC /* PlayerViewController.m */; };
19 19 32E6CA951D5B2AF700B58EBC /* StreamerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32E6CA8F1D5B2AF700B58EBC /* StreamerViewController.m */; };
20   - 812E50371E767830004F5FCD /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 812E50351E767828004F5FCD /* CNLivePlayerSDK.framework */; };
21   - 812E50381E767830004F5FCD /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 812E50351E767828004F5FCD /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  20 + 811A0B071E7B8C9400B56CC9 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */; };
  21 + 811A0B081E7B8C9400B56CC9 /* CNLivePlayerSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 811A0B061E7B8C9400B56CC9 /* CNLivePlayerSDK.framework */; };
  22 + 811A0B0A1E7B8C9D00B56CC9 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  23 + 811A0B0C1E7B8C9D00B56CC9 /* CNLivePlayerSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 811A0B061E7B8C9400B56CC9 /* CNLivePlayerSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
22 24 8133FA351E71428800FBFE95 /* BackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8133FA341E71428800FBFE95 /* BackgroundView.m */; };
23 25 8133FA391E71454C00FBFE95 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8133FA381E71454C00FBFE95 /* Assets.xcassets */; };
24 26 813916061E70069300C55553 /* LoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 813916051E70069300C55553 /* LoadingView.m */; };
25 27 8139160B1E7006B800C55553 /* FilterFunctionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 813916081E7006B800C55553 /* FilterFunctionView.m */; };
26 28 8139160C1E7006B800C55553 /* SliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8139160A1E7006B800C55553 /* SliderView.m */; };
27 29 813916191E70085A00C55553 /* KSYGPUResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 813916181E70085A00C55553 /* KSYGPUResource.bundle */; };
28   - 814283761E7405CD0035D5A6 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 814283751E7405CD0035D5A6 /* CNLiveMsgTools.framework */; };
29   - 814283781E7406000035D5A6 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 814283751E7405CD0035D5A6 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
30 30 /* End PBXBuildFile section */
31 31  
32 32 /* Begin PBXCopyFilesBuildPhase section */
... ... @@ -36,8 +36,8 @@
36 36 dstPath = "";
37 37 dstSubfolderSpec = 10;
38 38 files = (
39   - 814283781E7406000035D5A6 /* CNLiveMsgTools.framework in Embed Frameworks */,
40   - 812E50381E767830004F5FCD /* CNLivePlayerSDK.framework in Embed Frameworks */,
  39 + 811A0B0A1E7B8C9D00B56CC9 /* CNLiveMsgTools.framework in Embed Frameworks */,
  40 + 811A0B0C1E7B8C9D00B56CC9 /* CNLivePlayerSDK.framework in Embed Frameworks */,
41 41 );
42 42 name = "Embed Frameworks";
43 43 runOnlyForDeploymentPostprocessing = 0;
... ... @@ -64,7 +64,8 @@
64 64 32E6CA8A1D5B2AF700B58EBC /* PlayerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PlayerViewController.m; sourceTree = "<group>"; };
65 65 32E6CA8E1D5B2AF700B58EBC /* StreamerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamerViewController.h; sourceTree = "<group>"; };
66 66 32E6CA8F1D5B2AF700B58EBC /* StreamerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StreamerViewController.m; sourceTree = "<group>"; };
67   - 812E50351E767828004F5FCD /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; };
  67 + 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; };
  68 + 811A0B061E7B8C9400B56CC9 /* CNLivePlayerSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLivePlayerSDK.framework; sourceTree = "<group>"; };
68 69 8133FA331E71428800FBFE95 /* BackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BackgroundView.h; sourceTree = "<group>"; };
69 70 8133FA341E71428800FBFE95 /* BackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BackgroundView.m; sourceTree = "<group>"; };
70 71 8133FA381E71454C00FBFE95 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
... ... @@ -75,7 +76,6 @@
75 76 813916091E7006B800C55553 /* SliderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SliderView.h; sourceTree = "<group>"; };
76 77 8139160A1E7006B800C55553 /* SliderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SliderView.m; sourceTree = "<group>"; };
77 78 813916181E70085A00C55553 /* KSYGPUResource.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = KSYGPUResource.bundle; sourceTree = "<group>"; };
78   - 814283751E7405CD0035D5A6 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; };
79 79 /* End PBXFileReference section */
80 80  
81 81 /* Begin PBXFrameworksBuildPhase section */
... ... @@ -83,8 +83,8 @@
83 83 isa = PBXFrameworksBuildPhase;
84 84 buildActionMask = 2147483647;
85 85 files = (
86   - 812E50371E767830004F5FCD /* CNLivePlayerSDK.framework in Frameworks */,
87   - 814283761E7405CD0035D5A6 /* CNLiveMsgTools.framework in Frameworks */,
  86 + 811A0B071E7B8C9400B56CC9 /* CNLiveMsgTools.framework in Frameworks */,
  87 + 811A0B081E7B8C9400B56CC9 /* CNLivePlayerSDK.framework in Frameworks */,
88 88 );
89 89 runOnlyForDeploymentPostprocessing = 0;
90 90 };
... ... @@ -94,8 +94,8 @@
94 94 32E6CA1D1D5B0AF400B58EBC = {
95 95 isa = PBXGroup;
96 96 children = (
97   - 812E50351E767828004F5FCD /* CNLivePlayerSDK.framework */,
98   - 814283751E7405CD0035D5A6 /* CNLiveMsgTools.framework */,
  97 + 811A0B051E7B8C9400B56CC9 /* CNLiveMsgTools.framework */,
  98 + 811A0B061E7B8C9400B56CC9 /* CNLivePlayerSDK.framework */,
99 99 813916181E70085A00C55553 /* KSYGPUResource.bundle */,
100 100 32E6CA281D5B0AF400B58EBC /* CNLivePlayerSDKTest */,
101 101 32E6CA271D5B0AF400B58EBC /* Products */,
... ...