Commit 731c7c7e8e0c0686f0b045799c462a75ffb3f407
1 parent
e993a3bc
更换统计SDK
Showing
4 changed files
with
10 additions
and
4 deletions
CNLiveStatSDKDemo/CNLiveStat.framework/CNLiveStat
No preview for this file type
CNLiveStatSDKDemo/CNLiveStat.framework/Info.plist
No preview for this file type
CNLiveStatSDKDemo/CNLiveStat.framework/Modules/module.modulemap
0 → 100644
CNLiveStatSDKDemo/CNLiveStatSDKDemo.xcodeproj/project.pbxproj
| @@ -7,7 +7,6 @@ | @@ -7,7 +7,6 @@ | ||
| 7 | objects = { | 7 | objects = { |
| 8 | 8 | ||
| 9 | /* Begin PBXBuildFile section */ | 9 | /* Begin PBXBuildFile section */ |
| 10 | - 3256F7D41E0106C200510DFB /* CNLiveStat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3256F7D31E0106C200510DFB /* CNLiveStat.framework */; }; | ||
| 11 | 32A77E971DD4629B00F4D4C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E961DD4629B00F4D4C9 /* main.m */; }; | 10 | 32A77E971DD4629B00F4D4C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E961DD4629B00F4D4C9 /* main.m */; }; |
| 12 | 32A77E9A1DD4629B00F4D4C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E991DD4629B00F4D4C9 /* AppDelegate.m */; }; | 11 | 32A77E9A1DD4629B00F4D4C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E991DD4629B00F4D4C9 /* AppDelegate.m */; }; |
| 13 | 32A77E9D1DD4629B00F4D4C9 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E9C1DD4629B00F4D4C9 /* ViewController.m */; }; | 12 | 32A77E9D1DD4629B00F4D4C9 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E9C1DD4629B00F4D4C9 /* ViewController.m */; }; |
| @@ -15,10 +14,10 @@ | @@ -15,10 +14,10 @@ | ||
| 15 | 32A77EA21DD4629B00F4D4C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA11DD4629B00F4D4C9 /* Assets.xcassets */; }; | 14 | 32A77EA21DD4629B00F4D4C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA11DD4629B00F4D4C9 /* Assets.xcassets */; }; |
| 16 | 32A77EA51DD4629B00F4D4C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA31DD4629B00F4D4C9 /* LaunchScreen.storyboard */; }; | 15 | 32A77EA51DD4629B00F4D4C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA31DD4629B00F4D4C9 /* LaunchScreen.storyboard */; }; |
| 17 | 32A77EB01DD4636B00F4D4C9 /* TestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77EAF1DD4636B00F4D4C9 /* TestViewController.m */; }; | 16 | 32A77EB01DD4636B00F4D4C9 /* TestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77EAF1DD4636B00F4D4C9 /* TestViewController.m */; }; |
| 17 | + D2D29A731ECAA5E600846815 /* CNLiveStat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2D29A721ECAA5E600846815 /* CNLiveStat.framework */; }; | ||
| 18 | /* End PBXBuildFile section */ | 18 | /* End PBXBuildFile section */ |
| 19 | 19 | ||
| 20 | /* Begin PBXFileReference section */ | 20 | /* Begin PBXFileReference section */ |
| 21 | - 3256F7D31E0106C200510DFB /* CNLiveStat.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveStat.framework; sourceTree = "<group>"; }; | ||
| 22 | 32A77E921DD4629B00F4D4C9 /* CNLiveStatSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveStatSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 21 | 32A77E921DD4629B00F4D4C9 /* CNLiveStatSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveStatSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 23 | 32A77E961DD4629B00F4D4C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; | 22 | 32A77E961DD4629B00F4D4C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
| 24 | 32A77E981DD4629B00F4D4C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 23 | 32A77E981DD4629B00F4D4C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| @@ -31,6 +30,7 @@ | @@ -31,6 +30,7 @@ | ||
| 31 | 32A77EA61DD4629B00F4D4C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 30 | 32A77EA61DD4629B00F4D4C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 32 | 32A77EAE1DD4636B00F4D4C9 /* TestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController.h; sourceTree = "<group>"; }; | 31 | 32A77EAE1DD4636B00F4D4C9 /* TestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController.h; sourceTree = "<group>"; }; |
| 33 | 32A77EAF1DD4636B00F4D4C9 /* TestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewController.m; sourceTree = "<group>"; }; | 32 | 32A77EAF1DD4636B00F4D4C9 /* TestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestViewController.m; sourceTree = "<group>"; }; |
| 33 | + D2D29A721ECAA5E600846815 /* CNLiveStat.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveStat.framework; sourceTree = "<group>"; }; | ||
| 34 | /* End PBXFileReference section */ | 34 | /* End PBXFileReference section */ |
| 35 | 35 | ||
| 36 | /* Begin PBXFrameworksBuildPhase section */ | 36 | /* Begin PBXFrameworksBuildPhase section */ |
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | isa = PBXFrameworksBuildPhase; | 38 | isa = PBXFrameworksBuildPhase; |
| 39 | buildActionMask = 2147483647; | 39 | buildActionMask = 2147483647; |
| 40 | files = ( | 40 | files = ( |
| 41 | - 3256F7D41E0106C200510DFB /* CNLiveStat.framework in Frameworks */, | 41 | + D2D29A731ECAA5E600846815 /* CNLiveStat.framework in Frameworks */, |
| 42 | ); | 42 | ); |
| 43 | runOnlyForDeploymentPostprocessing = 0; | 43 | runOnlyForDeploymentPostprocessing = 0; |
| 44 | }; | 44 | }; |
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | 32A77E891DD4629B00F4D4C9 = { | 48 | 32A77E891DD4629B00F4D4C9 = { |
| 49 | isa = PBXGroup; | 49 | isa = PBXGroup; |
| 50 | children = ( | 50 | children = ( |
| 51 | - 3256F7D31E0106C200510DFB /* CNLiveStat.framework */, | 51 | + D2D29A721ECAA5E600846815 /* CNLiveStat.framework */, |
| 52 | 32A77E941DD4629B00F4D4C9 /* CNLiveStatSDKDemo */, | 52 | 32A77E941DD4629B00F4D4C9 /* CNLiveStatSDKDemo */, |
| 53 | 32A77E931DD4629B00F4D4C9 /* Products */, | 53 | 32A77E931DD4629B00F4D4C9 /* Products */, |
| 54 | ); | 54 | ); |