Commit 9f553974ce0bdb2b4ffd4360f69c5133db327061
1 parent
a458f136
更新SDK探针
Showing
3 changed files
with
4 additions
and
4 deletions
CNLiveUserSystemDemo/CNLiveUserSystemDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -34,7 +34,6 @@ |
| 34 | 34 | 810EB6561E543EFC00C33D18 /* ThirdPartyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 810EB64F1E543EFC00C33D18 /* ThirdPartyView.m */; }; |
| 35 | 35 | 810EB6571E543EFC00C33D18 /* UserInfoHeaderImageTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 810EB6511E543EFC00C33D18 /* UserInfoHeaderImageTableViewCell.m */; }; |
| 36 | 36 | 810EB6581E543EFC00C33D18 /* UserInfoTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 810EB6531E543EFC00C33D18 /* UserInfoTableViewCell.m */; }; |
| 37 | - 81106AC21E83C48700B105BD /* CNLiveUserSystemSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81106AC11E83C48700B105BD /* CNLiveUserSystemSDK.framework */; }; | |
| 38 | 37 | 811600EE1D927E7E003CAE7D /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600CD1D927E7E003CAE7D /* MKAnnotationView+WebCache.m */; }; |
| 39 | 38 | 811600EF1D927E7E003CAE7D /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600CF1D927E7E003CAE7D /* NSData+ImageContentType.m */; }; |
| 40 | 39 | 811600F01D927E7E003CAE7D /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 811600D11D927E7E003CAE7D /* SDImageCache.m */; }; |
| ... | ... | @@ -59,6 +58,7 @@ |
| 59 | 58 | 812642D41D86A7A800B402CA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 812642D21D86A7A800B402CA /* LaunchScreen.storyboard */; }; |
| 60 | 59 | 812642DF1D86A7A800B402CA /* CNLiveUserSystemDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 812642DE1D86A7A800B402CA /* CNLiveUserSystemDemoTests.m */; }; |
| 61 | 60 | 812642EA1D86A7A800B402CA /* CNLiveUserSystemDemoUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 812642E91D86A7A800B402CA /* CNLiveUserSystemDemoUITests.m */; }; |
| 61 | + 813A4A161E9E25DD00129F94 /* CNLiveUserSystemSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 813A4A151E9E25DD00129F94 /* CNLiveUserSystemSDK.framework */; }; | |
| 62 | 62 | 817C6EC31D90D60E0016F211 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 817C6EC21D90D60E0016F211 /* ImageIO.framework */; }; |
| 63 | 63 | 8187A8EF1D8E6394007FAFB6 /* Tools.m in Sources */ = {isa = PBXBuildFile; fileRef = 8187A8EE1D8E6394007FAFB6 /* Tools.m */; }; |
| 64 | 64 | 8187A8F61D8E6486007FAFB6 /* NSObject+UserModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8187A8F11D8E6486007FAFB6 /* NSObject+UserModel.m */; }; |
| ... | ... | @@ -153,7 +153,6 @@ |
| 153 | 153 | 810EB6511E543EFC00C33D18 /* UserInfoHeaderImageTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserInfoHeaderImageTableViewCell.m; sourceTree = "<group>"; }; |
| 154 | 154 | 810EB6521E543EFC00C33D18 /* UserInfoTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserInfoTableViewCell.h; sourceTree = "<group>"; }; |
| 155 | 155 | 810EB6531E543EFC00C33D18 /* UserInfoTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserInfoTableViewCell.m; sourceTree = "<group>"; }; |
| 156 | - 81106AC11E83C48700B105BD /* CNLiveUserSystemSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveUserSystemSDK.framework; sourceTree = "<group>"; }; | |
| 157 | 156 | 811600CC1D927E7E003CAE7D /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; }; |
| 158 | 157 | 811600CD1D927E7E003CAE7D /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; }; |
| 159 | 158 | 811600CE1D927E7E003CAE7D /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; }; |
| ... | ... | @@ -203,6 +202,7 @@ |
| 203 | 202 | 812642E51D86A7A800B402CA /* CNLiveUserSystemDemoUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CNLiveUserSystemDemoUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 204 | 203 | 812642E91D86A7A800B402CA /* CNLiveUserSystemDemoUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CNLiveUserSystemDemoUITests.m; sourceTree = "<group>"; }; |
| 205 | 204 | 812642EB1D86A7A800B402CA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 205 | + 813A4A151E9E25DD00129F94 /* CNLiveUserSystemSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveUserSystemSDK.framework; sourceTree = "<group>"; }; | |
| 206 | 206 | 817C6EC21D90D60E0016F211 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; }; |
| 207 | 207 | 8187A8ED1D8E6394007FAFB6 /* Tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tools.h; sourceTree = "<group>"; }; |
| 208 | 208 | 8187A8EE1D8E6394007FAFB6 /* Tools.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tools.m; sourceTree = "<group>"; }; |
| ... | ... | @@ -231,7 +231,7 @@ |
| 231 | 231 | isa = PBXFrameworksBuildPhase; |
| 232 | 232 | buildActionMask = 2147483647; |
| 233 | 233 | files = ( |
| 234 | - 81106AC21E83C48700B105BD /* CNLiveUserSystemSDK.framework in Frameworks */, | |
| 234 | + 813A4A161E9E25DD00129F94 /* CNLiveUserSystemSDK.framework in Frameworks */, | |
| 235 | 235 | 811600FE1D927E7E003CAE7D /* WebP.framework in Frameworks */, |
| 236 | 236 | 817C6EC31D90D60E0016F211 /* ImageIO.framework in Frameworks */, |
| 237 | 237 | 810D9B811D8FCD3200B7A776 /* libc++.tbd in Frameworks */, |
| ... | ... | @@ -405,7 +405,7 @@ |
| 405 | 405 | 812642B81D86A7A800B402CA = { |
| 406 | 406 | isa = PBXGroup; |
| 407 | 407 | children = ( |
| 408 | - 81106AC11E83C48700B105BD /* CNLiveUserSystemSDK.framework */, | |
| 408 | + 813A4A151E9E25DD00129F94 /* CNLiveUserSystemSDK.framework */, | |
| 409 | 409 | 810D9B7D1D8FCBC200B7A776 /* frameworks */, |
| 410 | 410 | 812642C31D86A7A800B402CA /* CNLiveUserSystemDemo */, |
| 411 | 411 | 812642DD1D86A7A800B402CA /* CNLiveUserSystemDemoTests */, | ... | ... |
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type