Commit 731c7c7e8e0c0686f0b045799c462a75ffb3f407

Authored by 张旭
1 parent e993a3bc

更换统计SDK

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
  1 +framework module CNLiveStat {
  2 + umbrella header "CNLiveStat.h"
  3 +
  4 + export *
  5 + module * { export * }
  6 +}
... ...
CNLiveStatSDKDemo/CNLiveStatSDKDemo.xcodeproj/project.pbxproj
... ... @@ -7,7 +7,6 @@
7 7 objects = {
8 8  
9 9 /* Begin PBXBuildFile section */
10   - 3256F7D41E0106C200510DFB /* CNLiveStat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3256F7D31E0106C200510DFB /* CNLiveStat.framework */; };
11 10 32A77E971DD4629B00F4D4C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E961DD4629B00F4D4C9 /* main.m */; };
12 11 32A77E9A1DD4629B00F4D4C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E991DD4629B00F4D4C9 /* AppDelegate.m */; };
13 12 32A77E9D1DD4629B00F4D4C9 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E9C1DD4629B00F4D4C9 /* ViewController.m */; };
... ... @@ -15,10 +14,10 @@
15 14 32A77EA21DD4629B00F4D4C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA11DD4629B00F4D4C9 /* Assets.xcassets */; };
16 15 32A77EA51DD4629B00F4D4C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 32A77EA31DD4629B00F4D4C9 /* LaunchScreen.storyboard */; };
17 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 18 /* End PBXBuildFile section */
19 19  
20 20 /* Begin PBXFileReference section */
21   - 3256F7D31E0106C200510DFB /* CNLiveStat.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveStat.framework; sourceTree = "<group>"; };
22 21 32A77E921DD4629B00F4D4C9 /* CNLiveStatSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveStatSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
23 22 32A77E961DD4629B00F4D4C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
24 23 32A77E981DD4629B00F4D4C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
... ... @@ -31,6 +30,7 @@
31 30 32A77EA61DD4629B00F4D4C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
32 31 32A77EAE1DD4636B00F4D4C9 /* TestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestViewController.h; sourceTree = "<group>"; };
33 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 34 /* End PBXFileReference section */
35 35  
36 36 /* Begin PBXFrameworksBuildPhase section */
... ... @@ -38,7 +38,7 @@
38 38 isa = PBXFrameworksBuildPhase;
39 39 buildActionMask = 2147483647;
40 40 files = (
41   - 3256F7D41E0106C200510DFB /* CNLiveStat.framework in Frameworks */,
  41 + D2D29A731ECAA5E600846815 /* CNLiveStat.framework in Frameworks */,
42 42 );
43 43 runOnlyForDeploymentPostprocessing = 0;
44 44 };
... ... @@ -48,7 +48,7 @@
48 48 32A77E891DD4629B00F4D4C9 = {
49 49 isa = PBXGroup;
50 50 children = (
51   - 3256F7D31E0106C200510DFB /* CNLiveStat.framework */,
  51 + D2D29A721ECAA5E600846815 /* CNLiveStat.framework */,
52 52 32A77E941DD4629B00F4D4C9 /* CNLiveStatSDKDemo */,
53 53 32A77E931DD4629B00F4D4C9 /* Products */,
54 54 );
... ...