Commit f6596e5a8fd7c8f1768e46bc8e10071cf291be27
1 parent
576e6b3a
更新SDK
Showing
5 changed files
with
34 additions
and
16 deletions
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,12 @@ |
| 16 | 16 | D264D5AE1E6FDE02002CDF41 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AC1E6FDE02002CDF41 /* Main.storyboard */; }; |
| 17 | 17 | D264D5B01E6FDE02002CDF41 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D264D5AF1E6FDE02002CDF41 /* Assets.xcassets */; }; |
| 18 | 18 | D264D5B31E6FDE02002CDF41 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D264D5B11E6FDE02002CDF41 /* LaunchScreen.storyboard */; }; |
| 19 | - D2DD49461E851F7F00734EF4 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49451E851F7F00734EF4 /* CNLiveMsgTools.framework */; }; | |
| 20 | - D2DD49481E851F8800734EF4 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49471E851F8800734EF4 /* CNLiveChatManager.framework */; }; | |
| 21 | - D2DD49491E851F8E00734EF4 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49471E851F8800734EF4 /* CNLiveChatManager.framework */; }; | |
| 22 | - D2DD494A1E851F8E00734EF4 /* CNLiveChatManager.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49471E851F8800734EF4 /* CNLiveChatManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 23 | - D2DD494B1E851F9000734EF4 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49451E851F7F00734EF4 /* CNLiveMsgTools.framework */; }; | |
| 24 | - D2DD494C1E851F9000734EF4 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2DD49451E851F7F00734EF4 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 19 | + D28F60031E8E340C00914142 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60021E8E340C00914142 /* CNLiveMsgTools.framework */; }; | |
| 20 | + D28F60051E8E341800914142 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60041E8E341800914142 /* CNLiveChatManager.framework */; }; | |
| 21 | + D2F69E871E8E343A00BA0CE6 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60021E8E340C00914142 /* CNLiveMsgTools.framework */; }; | |
| 22 | + D2F69E881E8E343A00BA0CE6 /* CNLiveMsgTools.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60021E8E340C00914142 /* CNLiveMsgTools.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 23 | + D2F69E891E8E343D00BA0CE6 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60041E8E341800914142 /* CNLiveChatManager.framework */; }; | |
| 24 | + D2F69E8A1E8E343D00BA0CE6 /* CNLiveChatManager.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D28F60041E8E341800914142 /* CNLiveChatManager.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 25 | 25 | /* End PBXBuildFile section */ |
| 26 | 26 | |
| 27 | 27 | /* Begin PBXCopyFilesBuildPhase section */ |
| ... | ... | @@ -31,8 +31,8 @@ |
| 31 | 31 | dstPath = ""; |
| 32 | 32 | dstSubfolderSpec = 10; |
| 33 | 33 | files = ( |
| 34 | - D2DD494A1E851F8E00734EF4 /* CNLiveChatManager.framework in Embed Frameworks */, | |
| 35 | - D2DD494C1E851F9000734EF4 /* CNLiveMsgTools.framework in Embed Frameworks */, | |
| 34 | + D2F69E881E8E343A00BA0CE6 /* CNLiveMsgTools.framework in Embed Frameworks */, | |
| 35 | + D2F69E8A1E8E343D00BA0CE6 /* CNLiveChatManager.framework in Embed Frameworks */, | |
| 36 | 36 | ); |
| 37 | 37 | name = "Embed Frameworks"; |
| 38 | 38 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -57,8 +57,8 @@ |
| 57 | 57 | D264D5B21E6FDE02002CDF41 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 58 | 58 | D264D5B41E6FDE02002CDF41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 59 | 59 | D264D5BE1E6FDEED002CDF41 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; }; |
| 60 | - D2DD49451E851F7F00734EF4 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; }; | |
| 61 | - D2DD49471E851F8800734EF4 /* CNLiveChatManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveChatManager.framework; sourceTree = "<group>"; }; | |
| 60 | + D28F60021E8E340C00914142 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; }; | |
| 61 | + D28F60041E8E341800914142 /* CNLiveChatManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveChatManager.framework; sourceTree = "<group>"; }; | |
| 62 | 62 | /* End PBXFileReference section */ |
| 63 | 63 | |
| 64 | 64 | /* Begin PBXFrameworksBuildPhase section */ |
| ... | ... | @@ -66,10 +66,10 @@ |
| 66 | 66 | isa = PBXFrameworksBuildPhase; |
| 67 | 67 | buildActionMask = 2147483647; |
| 68 | 68 | files = ( |
| 69 | - D2DD49461E851F7F00734EF4 /* CNLiveMsgTools.framework in Frameworks */, | |
| 70 | - D2DD494B1E851F9000734EF4 /* CNLiveMsgTools.framework in Frameworks */, | |
| 71 | - D2DD49481E851F8800734EF4 /* CNLiveChatManager.framework in Frameworks */, | |
| 72 | - D2DD49491E851F8E00734EF4 /* CNLiveChatManager.framework in Frameworks */, | |
| 69 | + D28F60031E8E340C00914142 /* CNLiveMsgTools.framework in Frameworks */, | |
| 70 | + D28F60051E8E341800914142 /* CNLiveChatManager.framework in Frameworks */, | |
| 71 | + D2F69E871E8E343A00BA0CE6 /* CNLiveMsgTools.framework in Frameworks */, | |
| 72 | + D2F69E891E8E343D00BA0CE6 /* CNLiveChatManager.framework in Frameworks */, | |
| 73 | 73 | ); |
| 74 | 74 | runOnlyForDeploymentPostprocessing = 0; |
| 75 | 75 | }; |
| ... | ... | @@ -101,8 +101,8 @@ |
| 101 | 101 | D264D5971E6FDE02002CDF41 = { |
| 102 | 102 | isa = PBXGroup; |
| 103 | 103 | children = ( |
| 104 | - D2DD49471E851F8800734EF4 /* CNLiveChatManager.framework */, | |
| 105 | - D2DD49451E851F7F00734EF4 /* CNLiveMsgTools.framework */, | |
| 104 | + D28F60041E8E341800914142 /* CNLiveChatManager.framework */, | |
| 105 | + D28F60021E8E340C00914142 /* CNLiveMsgTools.framework */, | |
| 106 | 106 | D264D5A21E6FDE02002CDF41 /* CNLiveChatSDKDemo */, |
| 107 | 107 | D264D5A11E6FDE02002CDF41 /* Products */, |
| 108 | 108 | ); | ... | ... |
CNLiveChatSDKDemo/CNLiveChatSDKDemo.xcodeproj/xcuserdata/cnlive.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
| ... | ... | @@ -2,4 +2,22 @@ |
| 2 | 2 | <Bucket |
| 3 | 3 | type = "1" |
| 4 | 4 | version = "2.0"> |
| 5 | + <Breakpoints> | |
| 6 | + <BreakpointProxy | |
| 7 | + BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> | |
| 8 | + <BreakpointContent | |
| 9 | + shouldBeEnabled = "Yes" | |
| 10 | + ignoreCount = "0" | |
| 11 | + continueAfterRunningActions = "No" | |
| 12 | + filePath = "CNLiveChatSDKDemo/AppDelegate.m" | |
| 13 | + timestampString = "512636267.912612" | |
| 14 | + startingColumnNumber = "9223372036854775807" | |
| 15 | + endingColumnNumber = "9223372036854775807" | |
| 16 | + startingLineNumber = "47" | |
| 17 | + endingLineNumber = "47" | |
| 18 | + landmarkName = "-application:didFinishLaunchingWithOptions:" | |
| 19 | + landmarkType = "7"> | |
| 20 | + </BreakpointContent> | |
| 21 | + </BreakpointProxy> | |
| 22 | + </Breakpoints> | |
| 5 | 23 | </Bucket> | ... | ... |
CNLiveChatSDKDemo/CNLiveMsgTools.framework/CNLiveMsgTools
No preview for this file type