Commit 1d80d8ef35f18a5ddb45dee5d29d9b00271fcc09
1 parent
9b4f9c71
no message
Showing
4 changed files
with
33 additions
and
8 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -11,8 +11,8 @@ |
| 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 | - D26C18FB1FD66529000D74FC /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D26C18FA1FD66529000D74FC /* VLionADSDK.framework */; }; | |
| 15 | - D26C18FD1FD6652B000D74FC /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D26C18FA1FD66529000D74FC /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 14 | + D26C19051FD669C3000D74FC /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19041FD669C3000D74FC /* VLionADSDK.framework */; }; | |
| 15 | + D26C19071FD669C5000D74FC /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19041FD669C3000D74FC /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 16 | 16 | D29BFE621FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */; }; |
| 17 | 17 | D29BFE631FCFB0F500D3EE1B /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE441FCFB0F500D3EE1B /* NSData+ImageContentType.m */; }; |
| 18 | 18 | D29BFE641FCFB0F500D3EE1B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE461FCFB0F500D3EE1B /* SDImageCache.m */; }; |
| ... | ... | @@ -38,13 +38,13 @@ |
| 38 | 38 | /* End PBXBuildFile section */ |
| 39 | 39 | |
| 40 | 40 | /* Begin PBXCopyFilesBuildPhase section */ |
| 41 | - DCE2503F1FBC37C500E27BDE /* Embed Frameworks */ = { | |
| 41 | + D26C19081FD669C5000D74FC /* Embed Frameworks */ = { | |
| 42 | 42 | isa = PBXCopyFilesBuildPhase; |
| 43 | 43 | buildActionMask = 2147483647; |
| 44 | 44 | dstPath = ""; |
| 45 | 45 | dstSubfolderSpec = 10; |
| 46 | 46 | files = ( |
| 47 | - D26C18FD1FD6652B000D74FC /* VLionADSDK.framework in Embed Frameworks */, | |
| 47 | + D26C19071FD669C5000D74FC /* VLionADSDK.framework in Embed Frameworks */, | |
| 48 | 48 | ); |
| 49 | 49 | name = "Embed Frameworks"; |
| 50 | 50 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; }; |
| 59 | 59 | 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerADController.m; sourceTree = "<group>"; }; |
| 60 | 60 | D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 61 | - D26C18FA1FD66529000D74FC /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 61 | + D26C19041FD669C3000D74FC /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 62 | 62 | D29BFE411FCFB0F500D3EE1B /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; }; |
| 63 | 63 | D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; }; |
| 64 | 64 | D29BFE431FCFB0F500D3EE1B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; }; |
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | isa = PBXFrameworksBuildPhase; |
| 111 | 111 | buildActionMask = 2147483647; |
| 112 | 112 | files = ( |
| 113 | - D26C18FB1FD66529000D74FC /* VLionADSDK.framework in Frameworks */, | |
| 113 | + D26C19051FD669C3000D74FC /* VLionADSDK.framework in Frameworks */, | |
| 114 | 114 | ); |
| 115 | 115 | runOnlyForDeploymentPostprocessing = 0; |
| 116 | 116 | }; |
| ... | ... | @@ -184,7 +184,7 @@ |
| 184 | 184 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 185 | 185 | isa = PBXGroup; |
| 186 | 186 | children = ( |
| 187 | - D26C18FA1FD66529000D74FC /* VLionADSDK.framework */, | |
| 187 | + D26C19041FD669C3000D74FC /* VLionADSDK.framework */, | |
| 188 | 188 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 189 | 189 | D29BFE401FCFB0F500D3EE1B /* SDWebImage */, |
| 190 | 190 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| ... | ... | @@ -216,7 +216,7 @@ |
| 216 | 216 | D2ED415C1F95F3BD00803E9D /* Sources */, |
| 217 | 217 | D2ED415D1F95F3BD00803E9D /* Frameworks */, |
| 218 | 218 | D2ED415E1F95F3BD00803E9D /* Resources */, |
| 219 | - DCE2503F1FBC37C500E27BDE /* Embed Frameworks */, | |
| 219 | + D26C19081FD669C5000D74FC /* Embed Frameworks */, | |
| 220 | 220 | ); |
| 221 | 221 | buildRules = ( |
| 222 | 222 | ); | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionMonitorTrackingManager.h
0 → 100644
| 1 | +// | |
| 2 | +// VLionMonitorTrackingManager.h | |
| 3 | +// VLionADSDKDemo | |
| 4 | +// | |
| 5 | +// Created by 张旭 on 2017/10/13. | |
| 6 | +// Copyright © 2017年 zhulin. All rights reserved. | |
| 7 | +// | |
| 8 | + | |
| 9 | +#import <Foundation/Foundation.h> | |
| 10 | + | |
| 11 | + | |
| 12 | +@interface VLionMonitorTrackingManager : NSObject | |
| 13 | + | |
| 14 | ++ (VLionMonitorTrackingManager *_Nonnull)manager; | |
| 15 | + | |
| 16 | +- (void)uploadTrackingUrls:(NSArray <NSString *>*_Nullable)trackingUrls; | |
| 17 | +@end | |
| 18 | + | |
| 19 | +typedef void(^TrackingCompleteHandler)(NSURLResponse * _Nullable response, NSData * _Nullable data, NSError * _Nullable connectionError); | |
| 20 | + | |
| 21 | +@interface VLionMonitorTrackingUpload : NSObject | |
| 22 | +- (void)initWithUrl:(NSString * _Nonnull)url queue:(NSOperationQueue *_Nonnull)queue completionHandler:(TrackingCompleteHandler _Nullable )completionHandler; | |
| 23 | + | |
| 24 | +@end | |
| 25 | + | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Info.plist
No preview for this file type
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type