Commit 672aded8e5b38fed11b487515253c284351e1c0b
1 parent
46cf0236
no message
Showing
5 changed files
with
28 additions
and
4 deletions
CNLiveAdSDKDemo/CNLiveAdSDKDemo.xcodeproj/project.pbxproj
| @@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
| 22 | D2C3FAD41FF0E90E00276C14 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD31FF0E90E00276C14 /* Security.framework */; }; | 22 | D2C3FAD41FF0E90E00276C14 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD31FF0E90E00276C14 /* Security.framework */; }; |
| 23 | D2C3FAD61FF0E91400276C14 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD51FF0E91400276C14 /* StoreKit.framework */; }; | 23 | D2C3FAD61FF0E91400276C14 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD51FF0E91400276C14 /* StoreKit.framework */; }; |
| 24 | D2C3FAD81FF0E91900276C14 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD71FF0E91900276C14 /* WebKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; | 24 | D2C3FAD81FF0E91900276C14 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD71FF0E91900276C14 /* WebKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; }; |
| 25 | - D2C3FADA1FF0EA8E00276C14 /* CNLiveADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAD91FF0EA8E00276C14 /* CNLiveADSDK.framework */; }; | 25 | + D2C3FAE41FF0FAED00276C14 /* CNLiveADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2C3FAE31FF0FAED00276C14 /* CNLiveADSDK.framework */; }; |
| 26 | /* End PBXBuildFile section */ | 26 | /* End PBXBuildFile section */ |
| 27 | 27 | ||
| 28 | /* Begin PBXFileReference section */ | 28 | /* Begin PBXFileReference section */ |
| @@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
| 45 | D2C3FAD31FF0E90E00276C14 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; | 45 | D2C3FAD31FF0E90E00276C14 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; |
| 46 | D2C3FAD51FF0E91400276C14 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | 46 | D2C3FAD51FF0E91400276C14 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; |
| 47 | D2C3FAD71FF0E91900276C14 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; | 47 | D2C3FAD71FF0E91900276C14 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; |
| 48 | - D2C3FAD91FF0EA8E00276C14 /* CNLiveADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveADSDK.framework; sourceTree = "<group>"; }; | 48 | + D2C3FAE31FF0FAED00276C14 /* CNLiveADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveADSDK.framework; sourceTree = "<group>"; }; |
| 49 | /* End PBXFileReference section */ | 49 | /* End PBXFileReference section */ |
| 50 | 50 | ||
| 51 | /* Begin PBXFrameworksBuildPhase section */ | 51 | /* Begin PBXFrameworksBuildPhase section */ |
| @@ -54,7 +54,7 @@ | @@ -54,7 +54,7 @@ | ||
| 54 | buildActionMask = 2147483647; | 54 | buildActionMask = 2147483647; |
| 55 | files = ( | 55 | files = ( |
| 56 | D2C3FAD81FF0E91900276C14 /* WebKit.framework in Frameworks */, | 56 | D2C3FAD81FF0E91900276C14 /* WebKit.framework in Frameworks */, |
| 57 | - D2C3FADA1FF0EA8E00276C14 /* CNLiveADSDK.framework in Frameworks */, | 57 | + D2C3FAE41FF0FAED00276C14 /* CNLiveADSDK.framework in Frameworks */, |
| 58 | D2C3FAD61FF0E91400276C14 /* StoreKit.framework in Frameworks */, | 58 | D2C3FAD61FF0E91400276C14 /* StoreKit.framework in Frameworks */, |
| 59 | D2C3FAD41FF0E90E00276C14 /* Security.framework in Frameworks */, | 59 | D2C3FAD41FF0E90E00276C14 /* Security.framework in Frameworks */, |
| 60 | D2C3FAD21FF0E8FD00276C14 /* libz.tbd in Frameworks */, | 60 | D2C3FAD21FF0E8FD00276C14 /* libz.tbd in Frameworks */, |
| @@ -89,8 +89,8 @@ | @@ -89,8 +89,8 @@ | ||
| 89 | D2C3FAAC1FF0E77100276C14 /* CNLiveAdSDKDemo */ = { | 89 | D2C3FAAC1FF0E77100276C14 /* CNLiveAdSDKDemo */ = { |
| 90 | isa = PBXGroup; | 90 | isa = PBXGroup; |
| 91 | children = ( | 91 | children = ( |
| 92 | - D2C3FAD91FF0EA8E00276C14 /* CNLiveADSDK.framework */, | ||
| 93 | D2C3FABB1FF0E77100276C14 /* Info.plist */, | 92 | D2C3FABB1FF0E77100276C14 /* Info.plist */, |
| 93 | + D2C3FAE31FF0FAED00276C14 /* CNLiveADSDK.framework */, | ||
| 94 | D2C3FAC31FF0E7C700276C14 /* other */, | 94 | D2C3FAC31FF0E7C700276C14 /* other */, |
| 95 | D2C3FAAD1FF0E77100276C14 /* AppDelegate.h */, | 95 | D2C3FAAD1FF0E77100276C14 /* AppDelegate.h */, |
| 96 | D2C3FAAE1FF0E77100276C14 /* AppDelegate.m */, | 96 | D2C3FAAE1FF0E77100276C14 /* AppDelegate.m */, |
CNLiveAdSDKDemo/CNLiveAdSDKDemo/CNLiveADSDK.framework/CNLiveADSDK
No preview for this file type
CNLiveAdSDKDemo/CNLiveAdSDKDemo/CNLiveADSDK.framework/Headers/CNLiveADManager.h
0 → 100644
| 1 | +// | ||
| 2 | +// CNLiveADManager.h | ||
| 3 | +// CNLiveADSDK | ||
| 4 | +// | ||
| 5 | +// Created by 张旭 on 2017/12/21. | ||
| 6 | +// Copyright © 2017年 cnlive. All rights reserved. | ||
| 7 | +// | ||
| 8 | + | ||
| 9 | +#import <Foundation/Foundation.h> | ||
| 10 | + | ||
| 11 | +@interface CNLiveADManager : NSObject | ||
| 12 | + | ||
| 13 | ++ (instancetype)sharedManager; | ||
| 14 | + | ||
| 15 | +/** | ||
| 16 | + 获取SDK版本号 | ||
| 17 | + | ||
| 18 | + @return SDK版本号 | ||
| 19 | + */ | ||
| 20 | ++ (NSString *)getSDKVersion; | ||
| 21 | + | ||
| 22 | +@end |
CNLiveAdSDKDemo/CNLiveAdSDKDemo/CNLiveADSDK.framework/Headers/CNLiveADSDK.h
| @@ -18,6 +18,8 @@ FOUNDATION_EXPORT const unsigned char CNLiveADSDKVersionString[]; | @@ -18,6 +18,8 @@ FOUNDATION_EXPORT const unsigned char CNLiveADSDKVersionString[]; | ||
| 18 | 18 | ||
| 19 | #ifdef __OBJC__ | 19 | #ifdef __OBJC__ |
| 20 | 20 | ||
| 21 | +#import "CNLiveADManager.h" | ||
| 21 | #import "CNLiveNativeExpressAd.h" | 22 | #import "CNLiveNativeExpressAd.h" |
| 22 | #import "CNLiveNativeExpressAdView.h" | 23 | #import "CNLiveNativeExpressAdView.h" |
| 24 | + | ||
| 23 | #endif | 25 | #endif |
CNLiveAdSDKDemo/CNLiveAdSDKDemo/CNLiveADSDK.framework/Info.plist
No preview for this file type