Commit c398d1aa2078710cd5c67363a60b064703107b37
1 parent
bb7611b0
SDK
Showing
2 changed files
with
6 additions
and
6 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| @@ -11,8 +11,6 @@ | @@ -11,8 +11,6 @@ | ||
| 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 | D2188EA41F9F1CA8006BF9C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2188EA31F9F1CA8006BF9C8 /* ViewController.m */; }; | 13 | D2188EA41F9F1CA8006BF9C8 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2188EA31F9F1CA8006BF9C8 /* ViewController.m */; }; |
| 14 | - D29397871FD12458002BB3F0 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D29397861FD12458002BB3F0 /* VLionADSDK.framework */; }; | ||
| 15 | - D29397891FD1245B002BB3F0 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D29397861FD12458002BB3F0 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
| 16 | D29BFE621FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */; }; | 14 | D29BFE621FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */; }; |
| 17 | D29BFE631FCFB0F500D3EE1B /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE441FCFB0F500D3EE1B /* NSData+ImageContentType.m */; }; | 15 | D29BFE631FCFB0F500D3EE1B /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE441FCFB0F500D3EE1B /* NSData+ImageContentType.m */; }; |
| 18 | D29BFE641FCFB0F500D3EE1B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE461FCFB0F500D3EE1B /* SDImageCache.m */; }; | 16 | D29BFE641FCFB0F500D3EE1B /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE461FCFB0F500D3EE1B /* SDImageCache.m */; }; |
| @@ -30,6 +28,8 @@ | @@ -30,6 +28,8 @@ | ||
| 30 | D29BFE701FCFB0F500D3EE1B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE5F1FCFB0F500D3EE1B /* UIImageView+WebCache.m */; }; | 28 | D29BFE701FCFB0F500D3EE1B /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE5F1FCFB0F500D3EE1B /* UIImageView+WebCache.m */; }; |
| 31 | D29BFE711FCFB0F500D3EE1B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE611FCFB0F500D3EE1B /* UIView+WebCacheOperation.m */; }; | 29 | D29BFE711FCFB0F500D3EE1B /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE611FCFB0F500D3EE1B /* UIView+WebCacheOperation.m */; }; |
| 32 | D29BFE741FCFB14B00D3EE1B /* UIView+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE731FCFB14A00D3EE1B /* UIView+Extension.m */; }; | 30 | D29BFE741FCFB14B00D3EE1B /* UIView+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = D29BFE731FCFB14A00D3EE1B /* UIView+Extension.m */; }; |
| 31 | + D2DFC23E1FD5477F008DDD62 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2DFC23D1FD5477F008DDD62 /* VLionADSDK.framework */; }; | ||
| 32 | + D2DFC2401FD54783008DDD62 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D2DFC23D1FD5477F008DDD62 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
| 33 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; | 33 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; |
| 34 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; | 34 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; |
| 35 | D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; | 35 | D2ED416D1F95F3BD00803E9D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D2ED416C1F95F3BD00803E9D /* Assets.xcassets */; }; |
| @@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
| 44 | dstPath = ""; | 44 | dstPath = ""; |
| 45 | dstSubfolderSpec = 10; | 45 | dstSubfolderSpec = 10; |
| 46 | files = ( | 46 | files = ( |
| 47 | - D29397891FD1245B002BB3F0 /* VLionADSDK.framework in Embed Frameworks */, | 47 | + D2DFC2401FD54783008DDD62 /* VLionADSDK.framework in Embed Frameworks */, |
| 48 | ); | 48 | ); |
| 49 | name = "Embed Frameworks"; | 49 | name = "Embed Frameworks"; |
| 50 | runOnlyForDeploymentPostprocessing = 0; | 50 | runOnlyForDeploymentPostprocessing = 0; |
| @@ -58,7 +58,6 @@ | @@ -58,7 +58,6 @@ | ||
| 58 | 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; }; | 58 | 81DC51D11F95FB7E0060EBE3 /* BannerADController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BannerADController.h; sourceTree = "<group>"; }; |
| 59 | 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerADController.m; sourceTree = "<group>"; }; | 59 | 81DC51D21F95FB7E0060EBE3 /* BannerADController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BannerADController.m; sourceTree = "<group>"; }; |
| 60 | D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; | 60 | D2188EA31F9F1CA8006BF9C8 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; }; |
| 61 | - D29397861FD12458002BB3F0 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | ||
| 62 | D29BFE411FCFB0F500D3EE1B /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; }; | 61 | D29BFE411FCFB0F500D3EE1B /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; }; |
| 63 | D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; }; | 62 | D29BFE421FCFB0F500D3EE1B /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; }; |
| 64 | D29BFE431FCFB0F500D3EE1B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; }; | 63 | D29BFE431FCFB0F500D3EE1B /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; }; |
| @@ -94,6 +93,7 @@ | @@ -94,6 +93,7 @@ | ||
| 94 | D29BFE611FCFB0F500D3EE1B /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+WebCacheOperation.m"; sourceTree = "<group>"; }; | 93 | D29BFE611FCFB0F500D3EE1B /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+WebCacheOperation.m"; sourceTree = "<group>"; }; |
| 95 | D29BFE721FCFB14A00D3EE1B /* UIView+Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Extension.h"; sourceTree = "<group>"; }; | 94 | D29BFE721FCFB14A00D3EE1B /* UIView+Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Extension.h"; sourceTree = "<group>"; }; |
| 96 | D29BFE731FCFB14A00D3EE1B /* UIView+Extension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Extension.m"; sourceTree = "<group>"; }; | 95 | D29BFE731FCFB14A00D3EE1B /* UIView+Extension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Extension.m"; sourceTree = "<group>"; }; |
| 96 | + D2DFC23D1FD5477F008DDD62 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | ||
| 97 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 97 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 98 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; | 98 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 99 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; | 99 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| @@ -110,7 +110,7 @@ | @@ -110,7 +110,7 @@ | ||
| 110 | isa = PBXFrameworksBuildPhase; | 110 | isa = PBXFrameworksBuildPhase; |
| 111 | buildActionMask = 2147483647; | 111 | buildActionMask = 2147483647; |
| 112 | files = ( | 112 | files = ( |
| 113 | - D29397871FD12458002BB3F0 /* VLionADSDK.framework in Frameworks */, | 113 | + D2DFC23E1FD5477F008DDD62 /* VLionADSDK.framework in Frameworks */, |
| 114 | ); | 114 | ); |
| 115 | runOnlyForDeploymentPostprocessing = 0; | 115 | runOnlyForDeploymentPostprocessing = 0; |
| 116 | }; | 116 | }; |
| @@ -184,7 +184,7 @@ | @@ -184,7 +184,7 @@ | ||
| 184 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { | 184 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 185 | isa = PBXGroup; | 185 | isa = PBXGroup; |
| 186 | children = ( | 186 | children = ( |
| 187 | - D29397861FD12458002BB3F0 /* VLionADSDK.framework */, | 187 | + D2DFC23D1FD5477F008DDD62 /* VLionADSDK.framework */, |
| 188 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, | 188 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 189 | D29BFE401FCFB0F500D3EE1B /* SDWebImage */, | 189 | D29BFE401FCFB0F500D3EE1B /* SDWebImage */, |
| 190 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, | 190 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
VLionADSDKDemo/VLionADSDKDemo/VLionADSDK.framework/VLionADSDK
No preview for this file type