Commit 9212bba9dddbc491f13372bdfb7eda3dbc60754c

Authored by 王军波
1 parent 3cd953cf

SDK

VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
... ... @@ -10,8 +10,8 @@
10 10 817BA9941F9606E500599550 /* VLionAdImg.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 817BA9931F9606AB00599550 /* VLionAdImg.bundle */; };
11 11 81DC51D31F95FB7E0060EBE3 /* NativeAdListsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */; };
12 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 15 D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; };
16 16 D2ED41681F95F3BD00803E9D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41671F95F3BD00803E9D /* ViewController.m */; };
17 17 D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; };
... ... @@ -27,7 +27,7 @@
27 27 dstPath = "";
28 28 dstSubfolderSpec = 10;
29 29 files = (
30   - D22BE5FF1F9F18AD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */,
  30 + D22BE64D1F9F1EFD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */,
31 31 );
32 32 name = "Embed Frameworks";
33 33 runOnlyForDeploymentPostprocessing = 0;
... ... @@ -40,12 +40,12 @@
40 40 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeAdListsController.m; sourceTree = "<group>"; };
41 41 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; };
42 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 44 D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
45 45 D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
46 46 D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
47 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 49 D2ED416A1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
50 50 D2ED416C1F95F3BD00803E9D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
51 51 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
... ... @@ -58,21 +58,13 @@
58 58 isa = PBXFrameworksBuildPhase;
59 59 buildActionMask = 2147483647;
60 60 files = (
61   - D22BE5FE1F9F18AD00CB21E4 /* VLionADSDK.framework in Frameworks */,
  61 + D22BE64B1F9F1EF800CB21E4 /* VLionADSDK.framework in Frameworks */,
62 62 );
63 63 runOnlyForDeploymentPostprocessing = 0;
64 64 };
65 65 /* End PBXFrameworksBuildPhase section */
66 66  
67 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 68 D2ED41571F95F3BD00803E9D = {
77 69 isa = PBXGroup;
78 70 children = (
... ... @@ -92,12 +84,12 @@
92 84 D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = {
93 85 isa = PBXGroup;
94 86 children = (
95   - D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */,
  87 + D22BE64A1F9F1EF800CB21E4 /* VLionADSDK.framework */,
96 88 817BA9931F9606AB00599550 /* VLionAdImg.bundle */,
97 89 D2ED41631F95F3BD00803E9D /* AppDelegate.h */,
98 90 D2ED41641F95F3BD00803E9D /* AppDelegate.m */,
99 91 D2ED41661F95F3BD00803E9D /* ViewController.h */,
100   - D26EE1701F9D81110076873E /* New Group */,
  92 + D2ED41671F95F3BD00803E9D /* ViewController.m */,
101 93 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */,
102 94 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */,
103 95 81DC51CF1F95FB7D0060EBE3 /* NativeAdListsController.h */,
... ... @@ -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 143 compatibilityVersion = "Xcode 8.0";
152 144 developmentRegion = en;
153 145 hasScannedForEncodings = 0;
... ... @@ -377,7 +369,7 @@
377 369 /* End XCBuildConfiguration section */
378 370  
379 371 /* Begin XCConfigurationList section */
380   - D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */ = {
  372 + D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */ = {
381 373 isa = XCConfigurationList;
382 374 buildConfigurations = (
383 375 D2ED41741F95F3BD00803E9D /* Debug */,
... ...
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionADStatusDef.h
... ... @@ -9,7 +9,6 @@
9 9 #ifndef VLionADStatusDef_h
10 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 97  
98 98  
99 99 /**
100   - * 销毁并移除广告(仅对横和插屏广告设置有效)
  100 + * 销毁并移除广告(仅对横和插屏广告设置有效)
101 101 */
102 102 - (void)vl_destroyBannerOrInterstitialAdvertisement:(UIView *_Nonnull)superView;
103 103  
... ... @@ -143,7 +143,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM
143 143  
144 144 #pragma mark - 缓存清除及大小
145 145 /**
146   - * 清除VLionAd本地缓存
  146 + * 清除VLionAd本地缓存(图片,gif,视频)
147 147 */
148 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