Commit 22a446fb29e482c39f64ef2bf81451c1f517415c

Authored by 王军波
1 parent aeaa8e23

demo更换sdk探针

CNLiveChatSDKDemo/CNLiveChatManager.framework/CNLiveChatManager
No preview for this file type
CNLiveChatSDKDemo/CNLiveChatManager.framework/Info.plist
No preview for this file type
CNLiveChatSDKDemo/CNLiveChatSDKDemo.xcodeproj/project.pbxproj
@@ -16,12 +16,11 @@ @@ -16,12 +16,11 @@
16 D264D5AE1E6FDE02002CDF41 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AC1E6FDE02002CDF41 /* Main.storyboard */; }; 16 D264D5AE1E6FDE02002CDF41 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AC1E6FDE02002CDF41 /* Main.storyboard */; };
17 D264D5B01E6FDE02002CDF41 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AF1E6FDE02002CDF41 /* Assets.xcassets */; }; 17 D264D5B01E6FDE02002CDF41 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AF1E6FDE02002CDF41 /* Assets.xcassets */; };
18 D264D5B31E6FDE02002CDF41 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5B11E6FDE02002CDF41 /* LaunchScreen.storyboard */; }; 18 D264D5B31E6FDE02002CDF41 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5B11E6FDE02002CDF41 /* LaunchScreen.storyboard */; };
19 - D27122001E8FBE100015B525 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27121FF1E8FBE100015B525 /* CNLiveChatManager.framework */; };  
20 - D27122021E8FBE1E0015B525 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */; };  
21 - D27122031E8FBE280015B525 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27121FF1E8FBE100015B525 /* CNLiveChatManager.framework */; };  
22 - D27122041E8FBE280015B525 /* CNLiveChatManager.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D27121FF1E8FBE100015B525 /* CNLiveChatManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };  
23 D27122051E8FBE2A0015B525 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */; }; 19 D27122051E8FBE2A0015B525 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */; };
24 D27122061E8FBE2A0015B525 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 20 D27122061E8FBE2A0015B525 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  21 + D27EE3ED1E9E23CF004B6CB5 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27EE3EC1E9E23CF004B6CB5 /* CNLiveChatManager.framework */; };
  22 + D27EE3EE1E9E23D3004B6CB5 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D27EE3EC1E9E23CF004B6CB5 /* CNLiveChatManager.framework */; };
  23 + D27EE3EF1E9E23D3004B6CB5 /* CNLiveChatManager.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D27EE3EC1E9E23CF004B6CB5 /* CNLiveChatManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
25 /* End PBXBuildFile section */ 24 /* End PBXBuildFile section */
26 25
27 /* Begin PBXCopyFilesBuildPhase section */ 26 /* Begin PBXCopyFilesBuildPhase section */
@@ -31,8 +30,8 @@ @@ -31,8 +30,8 @@
31 dstPath = ""; 30 dstPath = "";
32 dstSubfolderSpec = 10; 31 dstSubfolderSpec = 10;
33 files = ( 32 files = (
34 - D27122041E8FBE280015B525 /* CNLiveChatManager.framework in Embed Frameworks */,  
35 D27122061E8FBE2A0015B525 /* CNLiveMsgTools.framework in Embed Frameworks */, 33 D27122061E8FBE2A0015B525 /* CNLiveMsgTools.framework in Embed Frameworks */,
  34 + D27EE3EF1E9E23D3004B6CB5 /* CNLiveChatManager.framework in Embed Frameworks */,
36 ); 35 );
37 name = "Embed Frameworks"; 36 name = "Embed Frameworks";
38 runOnlyForDeploymentPostprocessing = 0; 37 runOnlyForDeploymentPostprocessing = 0;
@@ -57,8 +56,8 @@ @@ -57,8 +56,8 @@
57 D264D5B21E6FDE02002CDF41 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 56 D264D5B21E6FDE02002CDF41 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
58 D264D5B41E6FDE02002CDF41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 57 D264D5B41E6FDE02002CDF41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
59 D264D5BE1E6FDEED002CDF41 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; }; 58 D264D5BE1E6FDEED002CDF41 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
60 - D27121FF1E8FBE100015B525 /* CNLiveChatManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveChatManager.framework; sourceTree = "<group>"; };  
61 D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; }; 59 D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; };
  60 + D27EE3EC1E9E23CF004B6CB5 /* CNLiveChatManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveChatManager.framework; sourceTree = "<group>"; };
62 /* End PBXFileReference section */ 61 /* End PBXFileReference section */
63 62
64 /* Begin PBXFrameworksBuildPhase section */ 63 /* Begin PBXFrameworksBuildPhase section */
@@ -66,10 +65,9 @@ @@ -66,10 +65,9 @@
66 isa = PBXFrameworksBuildPhase; 65 isa = PBXFrameworksBuildPhase;
67 buildActionMask = 2147483647; 66 buildActionMask = 2147483647;
68 files = ( 67 files = (
69 - D27122021E8FBE1E0015B525 /* CNLiveMsgTools.framework in Frameworks */,  
70 D27122051E8FBE2A0015B525 /* CNLiveMsgTools.framework in Frameworks */, 68 D27122051E8FBE2A0015B525 /* CNLiveMsgTools.framework in Frameworks */,
71 - D27122001E8FBE100015B525 /* CNLiveChatManager.framework in Frameworks */,  
72 - D27122031E8FBE280015B525 /* CNLiveChatManager.framework in Frameworks */, 69 + D27EE3ED1E9E23CF004B6CB5 /* CNLiveChatManager.framework in Frameworks */,
  70 + D27EE3EE1E9E23D3004B6CB5 /* CNLiveChatManager.framework in Frameworks */,
73 ); 71 );
74 runOnlyForDeploymentPostprocessing = 0; 72 runOnlyForDeploymentPostprocessing = 0;
75 }; 73 };
@@ -101,8 +99,8 @@ @@ -101,8 +99,8 @@
101 D264D5971E6FDE02002CDF41 = { 99 D264D5971E6FDE02002CDF41 = {
102 isa = PBXGroup; 100 isa = PBXGroup;
103 children = ( 101 children = (
  102 + D27EE3EC1E9E23CF004B6CB5 /* CNLiveChatManager.framework */,
104 D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */, 103 D27122011E8FBE1E0015B525 /* CNLiveMsgTools.framework */,
105 - D27121FF1E8FBE100015B525 /* CNLiveChatManager.framework */,  
106 D264D5A21E6FDE02002CDF41 /* CNLiveChatSDKDemo */, 104 D264D5A21E6FDE02002CDF41 /* CNLiveChatSDKDemo */,
107 D264D5A11E6FDE02002CDF41 /* Products */, 105 D264D5A11E6FDE02002CDF41 /* Products */,
108 ); 106 );