Commit 4136d3d7bc251af3e520f81c1dc16d285c16b0f7
1 parent
6d24fadc
no message
Showing
2 changed files
with
6 additions
and
6 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -16,8 +16,8 @@ |
| 16 | 16 | D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; |
| 17 | 17 | D2ED41701F95F3BD00803E9D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416E1F95F3BD00803E9D /* LaunchScreen.storyboard */; }; |
| 18 | 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 | 21 | /* End PBXBuildFile section */ |
| 22 | 22 | |
| 23 | 23 | /* Begin PBXCopyFilesBuildPhase section */ |
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | dstPath = ""; |
| 28 | 28 | dstSubfolderSpec = 10; |
| 29 | 29 | files = ( |
| 30 | - DCE250431FBC3C5900E27BDE /* VLionADSDK.framework in Embed Frameworks */, | |
| 30 | + DCE2504F1FBC4A1C00E27BDE /* VLionADSDK.framework in Embed Frameworks */, | |
| 31 | 31 | ); |
| 32 | 32 | name = "Embed Frameworks"; |
| 33 | 33 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -50,7 +50,7 @@ |
| 50 | 50 | D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
| 51 | 51 | D2ED41711F95F3BD00803E9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 52 | 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 | 54 | /* End PBXFileReference section */ |
| 55 | 55 | |
| 56 | 56 | /* Begin PBXFrameworksBuildPhase section */ |
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | isa = PBXFrameworksBuildPhase; |
| 59 | 59 | buildActionMask = 2147483647; |
| 60 | 60 | files = ( |
| 61 | - DCE250411FBC3C5400E27BDE /* VLionADSDK.framework in Frameworks */, | |
| 61 | + DCE2504D1FBC4A1900E27BDE /* VLionADSDK.framework in Frameworks */, | |
| 62 | 62 | ); |
| 63 | 63 | runOnlyForDeploymentPostprocessing = 0; |
| 64 | 64 | }; |
| ... | ... | @@ -92,7 +92,7 @@ |
| 92 | 92 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 93 | 93 | isa = PBXGroup; |
| 94 | 94 | children = ( |
| 95 | - DCE250401FBC3C5400E27BDE /* VLionADSDK.framework */, | |
| 95 | + DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */, | |
| 96 | 96 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 97 | 97 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| 98 | 98 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type