Commit b71e3c42b6aa7a337950eb1436324946fa99b751
1 parent
e22b96c1
no message
Showing
4 changed files
with
9 additions
and
8 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -15,8 +15,8 @@ |
| 15 | 15 | D26C065F1FD66AD6004EF3D7 /* BaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D26C065B1FD66AD5004EF3D7 /* BaseViewController.m */; }; |
| 16 | 16 | D26C06601FD66AD6004EF3D7 /* IRUIWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = D26C065C1FD66AD6004EF3D7 /* IRUIWebView.m */; }; |
| 17 | 17 | D26C06611FD66AD6004EF3D7 /* CNLiveVLionAdWebController.m in Sources */ = {isa = PBXBuildFile; fileRef = D26C065D1FD66AD6004EF3D7 /* CNLiveVLionAdWebController.m */; }; |
| 18 | - D26C19051FD669C3000D74FC /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19041FD669C3000D74FC /* VLionADSDK.framework */; }; | |
| 19 | - D26C19071FD669C5000D74FC /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19041FD669C3000D74FC /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 18 | + D26C190A1FD6A00A000D74FC /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19091FD6A00A000D74FC /* VLionADSDK.framework */; }; | |
| 19 | + D26C190C1FD6A00E000D74FC /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D26C19091FD6A00A000D74FC /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 20 | 20 | D29BFE621FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */; }; |
| 21 | 21 | D29BFE631FCFB0F500D3EE1B /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE441FCFB0F500D3EE1B /* NSData+ImageContentType.m */; }; |
| 22 | 22 | D29BFE641FCFB0F500D3EE1B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE461FCFB0F500D3EE1B /* SDImageCache.m */; }; |
| ... | ... | @@ -48,7 +48,7 @@ |
| 48 | 48 | dstPath = ""; |
| 49 | 49 | dstSubfolderSpec = 10; |
| 50 | 50 | files = ( |
| 51 | - D26C19071FD669C5000D74FC /* VLionADSDK.framework in Embed Frameworks */, | |
| 51 | + D26C190C1FD6A00E000D74FC /* VLionADSDK.framework in Embed Frameworks */, | |
| 52 | 52 | ); |
| 53 | 53 | name = "Embed Frameworks"; |
| 54 | 54 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -70,7 +70,7 @@ |
| 70 | 70 | D26C065B1FD66AD5004EF3D7 /* BaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BaseViewController.m; sourceTree = "<group>"; }; |
| 71 | 71 | D26C065C1FD66AD6004EF3D7 /* IRUIWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IRUIWebView.m; sourceTree = "<group>"; }; |
| 72 | 72 | D26C065D1FD66AD6004EF3D7 /* CNLiveVLionAdWebController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CNLiveVLionAdWebController.m; sourceTree = "<group>"; }; |
| 73 | - D26C19041FD669C3000D74FC /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 73 | + D26C19091FD6A00A000D74FC /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 74 | 74 | D29BFE411FCFB0F500D3EE1B /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; }; |
| 75 | 75 | D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; }; |
| 76 | 76 | D29BFE431FCFB0F500D3EE1B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; }; |
| ... | ... | @@ -122,7 +122,7 @@ |
| 122 | 122 | isa = PBXFrameworksBuildPhase; |
| 123 | 123 | buildActionMask = 2147483647; |
| 124 | 124 | files = ( |
| 125 | - D26C19051FD669C3000D74FC /* VLionADSDK.framework in Frameworks */, | |
| 125 | + D26C190A1FD6A00A000D74FC /* VLionADSDK.framework in Frameworks */, | |
| 126 | 126 | ); |
| 127 | 127 | runOnlyForDeploymentPostprocessing = 0; |
| 128 | 128 | }; |
| ... | ... | @@ -196,7 +196,7 @@ |
| 196 | 196 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 197 | 197 | isa = PBXGroup; |
| 198 | 198 | children = ( |
| 199 | - D26C19041FD669C3000D74FC /* VLionADSDK.framework */, | |
| 199 | + D26C19091FD6A00A000D74FC /* VLionADSDK.framework */, | |
| 200 | 200 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 201 | 201 | D29BFE401FCFB0F500D3EE1B /* SDWebImage */, |
| 202 | 202 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| ... | ... | @@ -270,7 +270,7 @@ |
| 270 | 270 | }; |
| 271 | 271 | }; |
| 272 | 272 | }; |
| 273 | - buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */; | |
| 273 | + buildConfigurationList = D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */; | |
| 274 | 274 | compatibilityVersion = "Xcode 8.0"; |
| 275 | 275 | developmentRegion = en; |
| 276 | 276 | hasScannedForEncodings = 0; |
| ... | ... | @@ -523,7 +523,7 @@ |
| 523 | 523 | /* End XCBuildConfiguration section */ |
| 524 | 524 | |
| 525 | 525 | /* Begin XCConfigurationList section */ |
| 526 | - D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionAdSDKDemo" */ = { | |
| 526 | + D2ED415B1F95F3BD00803E9D /* Build configuration list for PBXProject "VLionADSDKDemo" */ = { | |
| 527 | 527 | isa = XCConfigurationList; |
| 528 | 528 | buildConfigurations = ( |
| 529 | 529 | D2ED41741F95F3BD00803E9D /* Debug */, | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Headers/VLionADSDK.h
| ... | ... | @@ -16,6 +16,7 @@ |
| 16 | 16 | #import "VLionNativeAdNewsModel.h" |
| 17 | 17 | #import "VLionNativeAdShufflingModel.h" |
| 18 | 18 | #import "VLionNativeAdWaterfallModel.h" |
| 19 | +#import "VLionMonitorTrackingManager.h" | |
| 19 | 20 | |
| 20 | 21 | //! Project version number for VLionADSDK. |
| 21 | 22 | FOUNDATION_EXPORT double VLionADSDKVersionNumber; | ... | ... |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/Info.plist
No preview for this file type
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type