Commit 5226382cce82a80e745a929353046cec2a54b0ea
1 parent
b671edd5
4444444
Showing
3 changed files
with
7 additions
and
7 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| @@ -10,8 +10,8 @@ | @@ -10,8 +10,8 @@ | ||
| 10 | 817BA9941F9606E500599550 /* VLionAdImg.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 817BA9931F9606AB00599550 /* VLionAdImg.bundle */; }; | 10 | 817BA9941F9606E500599550 /* VLionAdImg.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 817BA9931F9606AB00599550 /* VLionAdImg.bundle */; }; |
| 11 | 81DC51D31F95FB7E0060EBE3 /* NativeAdListsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */; }; | 11 | 81DC51D31F95FB7E0060EBE3 /* NativeAdListsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */; }; |
| 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 | - D21385641F960B93006D7DFF /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D26EC2051F960B7C00BA1D02 /* VLionADSDK.framework */; }; | ||
| 14 | - D21385671F960B9E006D7DFF /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D26EC2051F960B7C00BA1D02 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | 13 | + D25A58561F9710B800A72605 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D25A58541F9710B200A72605 /* VLionADSDK.framework */; }; |
| 14 | + D25A58571F9710B800A72605 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D25A58541F9710B200A72605 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
| 15 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; | 15 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; |
| 16 | D2ED41681F95F3BD00803E9D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41671F95F3BD00803E9D /* ViewController.m */; }; | 16 | D2ED41681F95F3BD00803E9D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41671F95F3BD00803E9D /* ViewController.m */; }; |
| 17 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; | 17 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; |
| @@ -27,7 +27,7 @@ | @@ -27,7 +27,7 @@ | ||
| 27 | dstPath = ""; | 27 | dstPath = ""; |
| 28 | dstSubfolderSpec = 10; | 28 | dstSubfolderSpec = 10; |
| 29 | files = ( | 29 | files = ( |
| 30 | - D21385671F960B9E006D7DFF /* VLionADSDK.framework in Embed Frameworks */, | 30 | + D25A58571F9710B800A72605 /* VLionADSDK.framework in Embed Frameworks */, |
| 31 | ); | 31 | ); |
| 32 | name = "Embed Frameworks"; | 32 | name = "Embed Frameworks"; |
| 33 | runOnlyForDeploymentPostprocessing = 0; | 33 | runOnlyForDeploymentPostprocessing = 0; |
| @@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
| 40 | 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>"; }; |
| 41 | 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>"; }; |
| 42 | 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>"; }; |
| 43 | - D26EC2051F960B7C00BA1D02 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | 43 | + D25A58541F9710B200A72605 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; |
| 44 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 44 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 45 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 45 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 46 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | 46 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| @@ -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 | - D21385641F960B93006D7DFF /* VLionADSDK.framework in Frameworks */, | 61 | + D25A58561F9710B800A72605 /* VLionADSDK.framework in Frameworks */, |
| 62 | ); | 62 | ); |
| 63 | runOnlyForDeploymentPostprocessing = 0; | 63 | runOnlyForDeploymentPostprocessing = 0; |
| 64 | }; | 64 | }; |
| @@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
| 84 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { | 84 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 85 | isa = PBXGroup; | 85 | isa = PBXGroup; |
| 86 | children = ( | 86 | children = ( |
| 87 | - D26EC2051F960B7C00BA1D02 /* VLionADSDK.framework */, | 87 | + D25A58541F9710B200A72605 /* VLionADSDK.framework */, |
| 88 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, | 88 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 89 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, | 89 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| 90 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, | 90 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, |
VLionADSDKDemo/VLionADSDKDemo/AppDelegate.m
| @@ -26,7 +26,7 @@ | @@ -26,7 +26,7 @@ | ||
| 26 | configuration.showFinishAnimateTime = 0.8; | 26 | configuration.showFinishAnimateTime = 0.8; |
| 27 | configuration.contentMode = UIViewContentModeScaleAspectFit; | 27 | configuration.contentMode = UIViewContentModeScaleAspectFit; |
| 28 | configuration.skipButtonType = AdSkipButtonTypeTimeAndText; | 28 | configuration.skipButtonType = AdSkipButtonTypeTimeAndText; |
| 29 | - configuration.frame = [UIScreen mainScreen].bounds; | 29 | +// configuration.frame = [UIScreen mainScreen].bounds; |
| 30 | 30 | ||
| 31 | //开屏广告占位图建议与启动页LaunchImage相同 | 31 | //开屏广告占位图建议与启动页LaunchImage相同 |
| 32 | UIImage *image = [UIImage imageNamed:@"placeholderImage"]; | 32 | UIImage *image = [UIImage imageNamed:@"placeholderImage"]; |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type