Commit 9212bba9dddbc491f13372bdfb7eda3dbc60754c

Authored by 王军波
1 parent 3cd953cf

SDK

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 - D22BE5FE1F9F18AD00CB21E4 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */; };  
14 - D22BE5FF1F9F18AD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 13 + D22BE64B1F9F1EF800CB21E4 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE64A1F9F1EF800CB21E4 /* VLionADSDK.framework */; };
  14 + D22BE64D1F9F1EFD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE64A1F9F1EF800CB21E4 /* 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 - D22BE5FF1F9F18AD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */, 30 + D22BE64D1F9F1EFD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */,
31 ); 31 );
32 name = "Embed Frameworks"; 32 name = "Embed Frameworks";
33 runOnlyForDeploymentPostprocessing = 0; 33 runOnlyForDeploymentPostprocessing = 0;
@@ -40,12 +40,12 @@ @@ -40,12 +40,12 @@
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 - D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; 43 + D22BE64A1F9F1EF800CB21E4 /* 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>"; };
47 D2ED41661F95F3BD00803E9D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; }; 47 D2ED41661F95F3BD00803E9D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
48 - D2ED41671F95F3BD00803E9D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; 48 + D2ED41671F95F3BD00803E9D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = ViewController.m; path = "New Group/ViewController.m"; sourceTree = "<group>"; };
49 D2ED416A1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 49 D2ED416A1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
50 D2ED416C1F95F3BD00803E9D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 50 D2ED416C1F95F3BD00803E9D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
51 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 51 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -58,21 +58,13 @@ @@ -58,21 +58,13 @@
58 isa = PBXFrameworksBuildPhase; 58 isa = PBXFrameworksBuildPhase;
59 buildActionMask = 2147483647; 59 buildActionMask = 2147483647;
60 files = ( 60 files = (
61 - D22BE5FE1F9F18AD00CB21E4 /* VLionADSDK.framework in Frameworks */, 61 + D22BE64B1F9F1EF800CB21E4 /* VLionADSDK.framework in Frameworks */,
62 ); 62 );
63 runOnlyForDeploymentPostprocessing = 0; 63 runOnlyForDeploymentPostprocessing = 0;
64 }; 64 };
65 /* End PBXFrameworksBuildPhase section */ 65 /* End PBXFrameworksBuildPhase section */
66 66
67 /* Begin PBXGroup section */ 67 /* Begin PBXGroup section */
68 - D26EE1701F9D81110076873E /* New Group */ = {  
69 - isa = PBXGroup;  
70 - children = (  
71 - D2ED41671F95F3BD00803E9D /* ViewController.m */,  
72 - );  
73 - path = "New Group";  
74 - sourceTree = "<group>";  
75 - };  
76 D2ED41571F95F3BD00803E9D = { 68 D2ED41571F95F3BD00803E9D = {
77 isa = PBXGroup; 69 isa = PBXGroup;
78 children = ( 70 children = (
@@ -92,12 +84,12 @@ @@ -92,12 +84,12 @@
92 D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { 84 D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = {
93 isa = PBXGroup; 85 isa = PBXGroup;
94 children = ( 86 children = (
95 - D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */, 87 + D22BE64A1F9F1EF800CB21E4 /* VLionADSDK.framework */,
96 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, 88 817BA9931F9606AB00599550 /* VLionAdImg.bundle */,
97 D2ED41631F95F3BD00803E9D /* AppDelegate.h */, 89 D2ED41631F95F3BD00803E9D /* AppDelegate.h */,
98 D2ED41641F95F3BD00803E9D /* AppDelegate.m */, 90 D2ED41641F95F3BD00803E9D /* AppDelegate.m */,
99 D2ED41661F95F3BD00803E9D /* ViewController.h */, 91 D2ED41661F95F3BD00803E9D /* ViewController.h */,
100 - D26EE1701F9D81110076873E /* New Group */, 92 + D2ED41671F95F3BD00803E9D /* ViewController.m */,
101 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */, 93 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */,
102 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */, 94 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */,
103 81DC51CF1F95FB7D0060EBE3 /* NativeAdListsController.h */, 95 81DC51CF1F95FB7D0060EBE3 /* NativeAdListsController.h */,
@@ -147,7 +139,7 @@ @@ -147,7 +139,7 @@
147 }; 139 };
148 }; 140 };
149 }; 141 };
150 - buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */; 142 + buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */;
151 compatibilityVersion = "Xcode 8.0"; 143 compatibilityVersion = "Xcode 8.0";
152 developmentRegion = en; 144 developmentRegion = en;
153 hasScannedForEncodings = 0; 145 hasScannedForEncodings = 0;
@@ -377,7 +369,7 @@ @@ -377,7 +369,7 @@
377 /* End XCBuildConfiguration section */ 369 /* End XCBuildConfiguration section */
378 370
379 /* Begin XCConfigurationList section */ 371 /* Begin XCConfigurationList section */
380 - D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */ = { 372 + D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */ = {
381 isa = XCConfigurationList; 373 isa = XCConfigurationList;
382 buildConfigurations = ( 374 buildConfigurations = (
383 D2ED41741F95F3BD00803E9D /* Debug */, 375 D2ED41741F95F3BD00803E9D /* Debug */,
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionADStatusDef.h
@@ -9,7 +9,6 @@ @@ -9,7 +9,6 @@
9 #ifndef VLionADStatusDef_h 9 #ifndef VLionADStatusDef_h
10 #define VLionADStatusDef_h 10 #define VLionADStatusDef_h
11 11
12 -  
13 /** 12 /**
14 * 广告创意类型 13 * 广告创意类型
15 */ 14 */
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionManager.h
@@ -97,7 +97,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM @@ -97,7 +97,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM
97 97
98 98
99 /** 99 /**
100 - * 销毁并移除广告(仅对横和插屏广告设置有效) 100 + * 销毁并移除广告(仅对横和插屏广告设置有效)
101 */ 101 */
102 - (void)vl_destroyBannerOrInterstitialAdvertisement:(UIView *_Nonnull)superView; 102 - (void)vl_destroyBannerOrInterstitialAdvertisement:(UIView *_Nonnull)superView;
103 103
@@ -143,7 +143,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM @@ -143,7 +143,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM
143 143
144 #pragma mark - 缓存清除及大小 144 #pragma mark - 缓存清除及大小
145 /** 145 /**
146 - * 清除VLionAd本地缓存 146 + * 清除VLionAd本地缓存(图片,gif,视频)
147 */ 147 */
148 +(void)clearDiskCache; 148 +(void)clearDiskCache;
149 149
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Info.plist
No preview for this file type
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type