Commit 17098ecc61c0c35f77103596aaff3ad3dee6fc64

Authored by 王军波
1 parent 4136d3d7

最新SDK 17.11.21

VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
... ... @@ -11,13 +11,13 @@
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 13 D2188EA41F9F1CA8006BF9C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2188EA31F9F1CA8006BF9C8 /* ViewController.m */; };
  14 + D2B5B31B1FC3F9EF00189A37 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2B5B31A1FC3F9EF00189A37 /* VLionADSDK.framework */; };
  15 + D2B5B31D1FC3F9F400189A37 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2B5B31A1FC3F9EF00189A37 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
14 16 D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; };
15 17 D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; };
16 18 D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; };
17 19 D2ED41701F95F3BD00803E9D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416E1F95F3BD00803E9D /* LaunchScreen.storyboard */; };
18 20 D2ED41731F95F3BD00803E9D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41721F95F3BD00803E9D /* main.m */; };
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   - DCE2504F1FBC4A1C00E27BDE /* VLionADSDK.framework in Embed Frameworks */,
  30 + D2B5B31D1FC3F9F400189A37 /* VLionADSDK.framework in Embed Frameworks */,
31 31 );
32 32 name = "Embed Frameworks";
33 33 runOnlyForDeploymentPostprocessing = 0;
... ... @@ -41,6 +41,7 @@
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 43 D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  44 + D2B5B31A1FC3F9EF00189A37 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; };
44 45 D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
45 46 D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
46 47 D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
... ... @@ -50,7 +51,6 @@
50 51 D2ED416F1F95F3BD00803E9D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
51 52 D2ED41711F95F3BD00803E9D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
52 53 D2ED41721F95F3BD00803E9D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; 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   - DCE2504D1FBC4A1900E27BDE /* VLionADSDK.framework in Frameworks */,
  61 + D2B5B31B1FC3F9EF00189A37 /* 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   - DCE2504C1FBC4A1900E27BDE /* VLionADSDK.framework */,
  95 + D2B5B31A1FC3F9EF00189A37 /* VLionADSDK.framework */,
96 96 817BA9931F9606AB00599550 /* VLionAdImg.bundle */,
97 97 D2ED41631F95F3BD00803E9D /* AppDelegate.h */,
98 98 D2ED41641F95F3BD00803E9D /* AppDelegate.m */,
... ...
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionManager.h
... ... @@ -40,7 +40,7 @@ typedef void(^VLionNativeAdInformationFlowHandler)(VLionNativeAdInformationFlowM
40 40 @param completeBlock 广告数据回调 window:SDK内部创建的广告位容器window,设置此window的大小可重新设置开屏广告的大小 w:广告物料的宽(单位px) h:广告物料的高(单位px)
41 41 @param successBlock 加载成功回调
42 42 @param failedBlock 失败回调,errorDic:错误信息
43   - @param finishBlock 开屏广告,未点击,读秒结束,完成回调
  43 + @param finishBlock 开屏广告,未点击,读秒结束,完成回调(点击跳过)
44 44 @param adClickBlock 点击广告回调
45 45 @param adBackBlock 广告跳转web页后返回回调
46 46 */
... ...
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Info.plist
No preview for this file type
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type