Commit 7cd6e4a684361a06e93f88183b20df6fd0761cc4

Authored by 雷浩杰
1 parent 5d33c38a

安全性处理

CNLiveStatSDKDemo/CNLiveStat.framework/CNLiveStat
No preview for this file type
CNLiveStatSDKDemo/CNLiveStat.framework/Info.plist
No preview for this file type
CNLiveStatSDKDemo/CNLiveStatSDKDemo.xcodeproj/project.pbxproj
... ... @@ -7,7 +7,7 @@
7 7 objects = {
8 8  
9 9 /* Begin PBXBuildFile section */
10   - 3256F7D21E0102A300510DFB /* CNLiveStat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3256F7D11E0102A300510DFB /* CNLiveStat.framework */; };
  10 + 3256F7D41E0106C200510DFB /* CNLiveStat.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3256F7D31E0106C200510DFB /* CNLiveStat.framework */; };
11 11 32A77E971DD4629B00F4D4C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E961DD4629B00F4D4C9 /* main.m */; };
12 12 32A77E9A1DD4629B00F4D4C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E991DD4629B00F4D4C9 /* AppDelegate.m */; };
13 13 32A77E9D1DD4629B00F4D4C9 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 32A77E9C1DD4629B00F4D4C9 /* ViewController.m */; };
... ... @@ -18,7 +18,7 @@
18 18 /* End PBXBuildFile section */
19 19  
20 20 /* Begin PBXFileReference section */
21   - 3256F7D11E0102A300510DFB /* CNLiveStat.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveStat.framework; sourceTree = "<group>"; };
  21 + 3256F7D31E0106C200510DFB /* CNLiveStat.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveStat.framework; sourceTree = "<group>"; };
22 22 32A77E921DD4629B00F4D4C9 /* CNLiveStatSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CNLiveStatSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
23 23 32A77E961DD4629B00F4D4C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
24 24 32A77E981DD4629B00F4D4C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
... ... @@ -38,7 +38,7 @@
38 38 isa = PBXFrameworksBuildPhase;
39 39 buildActionMask = 2147483647;
40 40 files = (
41   - 3256F7D21E0102A300510DFB /* CNLiveStat.framework in Frameworks */,
  41 + 3256F7D41E0106C200510DFB /* 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   - 3256F7D11E0102A300510DFB /* CNLiveStat.framework */,
  51 + 3256F7D31E0106C200510DFB /* CNLiveStat.framework */,
52 52 32A77E941DD4629B00F4D4C9 /* CNLiveStatSDKDemo */,
53 53 32A77E931DD4629B00F4D4C9 /* Products */,
54 54 );
... ...