Commit 4136d3d7bc251af3e520f81c1dc16d285c16b0f7

Authored by wangJunBo
1 parent 6d24fadc

no message

VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
@@ -16,8 +16,8 @@ @@ -16,8 +16,8 @@
16 D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; 16 D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; };
17 D2ED41701F95F3BD00803E9D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416E1F95F3BD00803E9D /* LaunchScreen.storyboard */; }; 17 D2ED41701F95F3BD00803E9D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416E1F95F3BD00803E9D /* LaunchScreen.storyboard */; };
18 D2ED41731F95F3BD00803E9D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41721F95F3BD00803E9D /* main.m */; }; 18 D2ED41731F95F3BD00803E9D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41721F95F3BD00803E9D /* main.m */; };
19 - DCE250411FBC3C5400E27BDE /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCE250401FBC3C5400E27BDE /* VLionADSDK.framework */; };  
20 - DCE250431FBC3C5900E27BDE /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DCE250401FBC3C5400E27BDE /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 19 + DCE2504D1FBC4A1900E27BDE /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */; };
  20 + DCE2504F1FBC4A1C00E27BDE /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
21 /* End PBXBuildFile section */ 21 /* End PBXBuildFile section */
22 22
23 /* Begin PBXCopyFilesBuildPhase section */ 23 /* Begin PBXCopyFilesBuildPhase section */
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 dstPath = ""; 27 dstPath = "";
28 dstSubfolderSpec = 10; 28 dstSubfolderSpec = 10;
29 files = ( 29 files = (
30 - DCE250431FBC3C5900E27BDE /* VLionADSDK.framework in Embed Frameworks */, 30 + DCE2504F1FBC4A1C00E27BDE /* VLionADSDK.framework in Embed Frameworks */,
31 ); 31 );
32 name = "Embed Frameworks"; 32 name = "Embed Frameworks";
33 runOnlyForDeploymentPostprocessing = 0; 33 runOnlyForDeploymentPostprocessing = 0;
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 50 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
51 D2ED41711F95F3BD00803E9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 51 D2ED41711F95F3BD00803E9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52 D2ED41721F95F3BD00803E9D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 52 D2ED41721F95F3BD00803E9D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
53 - DCE250401FBC3C5400E27BDE /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; 53 + DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; };
54 /* End PBXFileReference section */ 54 /* End PBXFileReference section */
55 55
56 /* Begin PBXFrameworksBuildPhase section */ 56 /* Begin PBXFrameworksBuildPhase section */
@@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
58 isa = PBXFrameworksBuildPhase; 58 isa = PBXFrameworksBuildPhase;
59 buildActionMask = 2147483647; 59 buildActionMask = 2147483647;
60 files = ( 60 files = (
61 - DCE250411FBC3C5400E27BDE /* VLionADSDK.framework in Frameworks */, 61 + DCE2504D1FBC4A1900E27BDE /* VLionADSDK.framework in Frameworks */,
62 ); 62 );
63 runOnlyForDeploymentPostprocessing = 0; 63 runOnlyForDeploymentPostprocessing = 0;
64 }; 64 };
@@ -92,7 +92,7 @@ @@ -92,7 +92,7 @@
92 D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { 92 D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = {
93 isa = PBXGroup; 93 isa = PBXGroup;
94 children = ( 94 children = (
95 - DCE250401FBC3C5400E27BDE /* VLionADSDK.framework */, 95 + DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */,
96 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, 96 817BA9931F9606AB00599550 /* VLionAdImg.bundle */,
97 D2ED41631F95F3BD00803E9D /* AppDelegate.h */, 97 D2ED41631F95F3BD00803E9D /* AppDelegate.h */,
98 D2ED41641F95F3BD00803E9D /* AppDelegate.m */, 98 D2ED41641F95F3BD00803E9D /* AppDelegate.m */,
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type