Commit 937d594e29fd01a7611f516f675e492c0fa93c50
1 parent
0eede357
no message
Showing
2 changed files
with
7 additions
and
15 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| @@ -12,8 +12,7 @@ | @@ -12,8 +12,7 @@ | ||
| 12 | 81DC51D41F95FB7E0060EBE3 /* BannerADController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */; }; | 12 | 81DC51D41F95FB7E0060EBE3 /* BannerADController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */; }; |
| 13 | D2188EA41F9F1CA8006BF9C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2188EA31F9F1CA8006BF9C8 /* ViewController.m */; }; | 13 | D2188EA41F9F1CA8006BF9C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2188EA31F9F1CA8006BF9C8 /* ViewController.m */; }; |
| 14 | D2188EA61F9F1F6F006BF9C8 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */; }; | 14 | D2188EA61F9F1F6F006BF9C8 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */; }; |
| 15 | - D2188EA71F9F1F77006BF9C8 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */; }; | ||
| 16 | - D2188EA81F9F1F77006BF9C8 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | 15 | + D22BE6511F9F200200CB21E4 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE64E1F9F1FFB00CB21E4 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 17 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; | 16 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; |
| 18 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; | 17 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; |
| 19 | D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; | 18 | D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; |
| @@ -28,7 +27,7 @@ | @@ -28,7 +27,7 @@ | ||
| 28 | dstPath = ""; | 27 | dstPath = ""; |
| 29 | dstSubfolderSpec = 10; | 28 | dstSubfolderSpec = 10; |
| 30 | files = ( | 29 | files = ( |
| 31 | - D2188EA81F9F1F77006BF9C8 /* VLionADSDK.framework in Embed Frameworks */, | 30 | + D22BE6511F9F200200CB21E4 /* VLionADSDK.framework in Embed Frameworks */, |
| 32 | ); | 31 | ); |
| 33 | name = "Embed Frameworks"; | 32 | name = "Embed Frameworks"; |
| 34 | runOnlyForDeploymentPostprocessing = 0; | 33 | runOnlyForDeploymentPostprocessing = 0; |
| @@ -41,9 +40,9 @@ | @@ -41,9 +40,9 @@ | ||
| 41 | 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeAdListsController.m; sourceTree = "<group>"; }; | 40 | 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeAdListsController.m; sourceTree = "<group>"; }; |
| 42 | 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; }; | 41 | 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; }; |
| 43 | 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerADController.m; sourceTree = "<group>"; }; | 42 | 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerADController.m; sourceTree = "<group>"; }; |
| 44 | - D2188D1B1F9EEEC0006BF9C8 /* VLionAdSDKDemo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = VLionAdSDKDemo.entitlements; sourceTree = "<group>"; }; | ||
| 45 | D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; | 43 | D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 46 | - D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | 44 | + D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VLionADSDK.framework; path = /Users/cnlive/Desktop/Group/VLionADSDKDemo/VLionADSDKDemo/VLionAdSDKDemo/VLionADSDK.framework; sourceTree = "<absolute>"; }; |
| 45 | + D22BE64E1F9F1FFB00CB21E4 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | ||
| 47 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 46 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 48 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 47 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 49 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | 48 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| @@ -61,7 +60,6 @@ | @@ -61,7 +60,6 @@ | ||
| 61 | buildActionMask = 2147483647; | 60 | buildActionMask = 2147483647; |
| 62 | files = ( | 61 | files = ( |
| 63 | D2188EA61F9F1F6F006BF9C8 /* VLionADSDK.framework in Frameworks */, | 62 | D2188EA61F9F1F6F006BF9C8 /* VLionADSDK.framework in Frameworks */, |
| 64 | - D2188EA71F9F1F77006BF9C8 /* VLionADSDK.framework in Frameworks */, | ||
| 65 | ); | 63 | ); |
| 66 | runOnlyForDeploymentPostprocessing = 0; | 64 | runOnlyForDeploymentPostprocessing = 0; |
| 67 | }; | 65 | }; |
| @@ -95,8 +93,7 @@ | @@ -95,8 +93,7 @@ | ||
| 95 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { | 93 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 96 | isa = PBXGroup; | 94 | isa = PBXGroup; |
| 97 | children = ( | 95 | children = ( |
| 98 | - D2188D1B1F9EEEC0006BF9C8 /* VLionAdSDKDemo.entitlements */, | ||
| 99 | - D2188EA51F9F1F6F006BF9C8 /* VLionADSDK.framework */, | 96 | + D22BE64E1F9F1FFB00CB21E4 /* VLionADSDK.framework */, |
| 100 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, | 97 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 101 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, | 98 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| 102 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, | 99 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, |
| @@ -159,7 +156,7 @@ | @@ -159,7 +156,7 @@ | ||
| 159 | }; | 156 | }; |
| 160 | }; | 157 | }; |
| 161 | }; | 158 | }; |
| 162 | - buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */; | 159 | + buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */; |
| 163 | compatibilityVersion = "Xcode 8.0"; | 160 | compatibilityVersion = "Xcode 8.0"; |
| 164 | developmentRegion = en; | 161 | developmentRegion = en; |
| 165 | hasScannedForEncodings = 0; | 162 | hasScannedForEncodings = 0; |
| @@ -391,7 +388,7 @@ | @@ -391,7 +388,7 @@ | ||
| 391 | /* End XCBuildConfiguration section */ | 388 | /* End XCBuildConfiguration section */ |
| 392 | 389 | ||
| 393 | /* Begin XCConfigurationList section */ | 390 | /* Begin XCConfigurationList section */ |
| 394 | - D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */ = { | 391 | + D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */ = { |
| 395 | isa = XCConfigurationList; | 392 | isa = XCConfigurationList; |
| 396 | buildConfigurations = ( | 393 | buildConfigurations = ( |
| 397 | D2ED41741F95F3BD00803E9D /* Debug */, | 394 | D2ED41741F95F3BD00803E9D /* Debug */, |