Commit 42802ebbc11398743f18cd92893fd9ec8f0d92a2
1 parent
0aa9b680
no message
Showing
1 changed file
with
12 additions
and
6 deletions
VLionADSDKDemo/VLionADSDKDemo.xcodeproj/project.pbxproj
| ... | ... | @@ -10,8 +10,8 @@ |
| 10 | 10 | 817BA9941F9606E500599550 /* VLionAdImg.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 817BA9931F9606AB00599550 /* VLionAdImg.bundle */; }; |
| 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 | - D25A58651F9750F200A72605 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D25A58641F9750F200A72605 /* VLionADSDK.framework */; }; | |
| 14 | - D25A58671F9750F700A72605 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D25A58641F9750F200A72605 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 13 | + D22BE5FE1F9F18AD00CB21E4 /* VLionADSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */; }; | |
| 14 | + D22BE5FF1F9F18AD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | |
| 15 | 15 | D2ED41651F95F3BD00803E9D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41641F95F3BD00803E9D /* AppDelegate.m */; }; |
| 16 | 16 | D2ED41681F95F3BD00803E9D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D2ED41671F95F3BD00803E9D /* ViewController.m */; }; |
| 17 | 17 | D2ED416B1F95F3BD00803E9D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D2ED41691F95F3BD00803E9D /* Main.storyboard */; }; |
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | dstPath = ""; |
| 28 | 28 | dstSubfolderSpec = 10; |
| 29 | 29 | files = ( |
| 30 | - D25A58671F9750F700A72605 /* VLionADSDK.framework in Embed Frameworks */, | |
| 30 | + D22BE5FF1F9F18AD00CB21E4 /* VLionADSDK.framework in Embed Frameworks */, | |
| 31 | 31 | ); |
| 32 | 32 | name = "Embed Frameworks"; |
| 33 | 33 | runOnlyForDeploymentPostprocessing = 0; |
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | 81DC51D01F95FB7D0060EBE3 /* NativeAdListsController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NativeAdListsController.m; sourceTree = "<group>"; }; |
| 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 | - D25A58641F9750F200A72605 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 43 | + D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = VLionADSDK.framework; sourceTree = "<group>"; }; | |
| 44 | 44 | D2ED41601F95F3BD00803E9D /* VLionAdSDKDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VLionAdSDKDemo.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 45 | 45 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; |
| 46 | 46 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; |
| ... | ... | @@ -58,7 +58,7 @@ |
| 58 | 58 | isa = PBXFrameworksBuildPhase; |
| 59 | 59 | buildActionMask = 2147483647; |
| 60 | 60 | files = ( |
| 61 | - D25A58651F9750F200A72605 /* VLionADSDK.framework in Frameworks */, | |
| 61 | + D22BE5FE1F9F18AD00CB21E4 /* VLionADSDK.framework in Frameworks */, | |
| 62 | 62 | ); |
| 63 | 63 | runOnlyForDeploymentPostprocessing = 0; |
| 64 | 64 | }; |
| ... | ... | @@ -84,7 +84,7 @@ |
| 84 | 84 | D2ED41621F95F3BD00803E9D /* VLionAdSDKDemo */ = { |
| 85 | 85 | isa = PBXGroup; |
| 86 | 86 | children = ( |
| 87 | - D25A58641F9750F200A72605 /* VLionADSDK.framework */, | |
| 87 | + D22BE5FC1F9F18A200CB21E4 /* VLionADSDK.framework */, | |
| 88 | 88 | 817BA9931F9606AB00599550 /* VLionAdImg.bundle */, |
| 89 | 89 | D2ED41631F95F3BD00803E9D /* AppDelegate.h */, |
| 90 | 90 | D2ED41641F95F3BD00803E9D /* AppDelegate.m */, |
| ... | ... | @@ -216,6 +216,7 @@ |
| 216 | 216 | CLANG_CXX_LIBRARY = "libc++"; |
| 217 | 217 | CLANG_ENABLE_MODULES = YES; |
| 218 | 218 | CLANG_ENABLE_OBJC_ARC = YES; |
| 219 | + CLANG_MODULES_AUTOLINK = YES; | |
| 219 | 220 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 220 | 221 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 221 | 222 | CLANG_WARN_COMMA = YES; |
| ... | ... | @@ -271,6 +272,7 @@ |
| 271 | 272 | CLANG_CXX_LIBRARY = "libc++"; |
| 272 | 273 | CLANG_ENABLE_MODULES = YES; |
| 273 | 274 | CLANG_ENABLE_OBJC_ARC = YES; |
| 275 | + CLANG_MODULES_AUTOLINK = YES; | |
| 274 | 276 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 275 | 277 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 276 | 278 | CLANG_WARN_COMMA = YES; |
| ... | ... | @@ -315,6 +317,7 @@ |
| 315 | 317 | buildSettings = { |
| 316 | 318 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 317 | 319 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 320 | + CLANG_MODULES_AUTOLINK = YES; | |
| 318 | 321 | CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing CNLive Culture Media Inc."; |
| 319 | 322 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 320 | 323 | CODE_SIGN_STYLE = Automatic; |
| ... | ... | @@ -327,6 +330,7 @@ |
| 327 | 330 | INFOPLIST_FILE = VLionAdSDKDemo/Info.plist; |
| 328 | 331 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 329 | 332 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 333 | + OTHER_LDFLAGS = "-ObjC"; | |
| 330 | 334 | PRODUCT_BUNDLE_IDENTIFIER = cn.vlion.VLionAdSDKDemo; |
| 331 | 335 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 332 | 336 | PROVISIONING_PROFILE = ""; |
| ... | ... | @@ -340,6 +344,7 @@ |
| 340 | 344 | buildSettings = { |
| 341 | 345 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 342 | 346 | ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
| 347 | + CLANG_MODULES_AUTOLINK = YES; | |
| 343 | 348 | CODE_SIGN_IDENTITY = "iPhone Distribution: Beijing CNLive Culture Media Inc."; |
| 344 | 349 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
| 345 | 350 | CODE_SIGN_STYLE = Automatic; |
| ... | ... | @@ -352,6 +357,7 @@ |
| 352 | 357 | INFOPLIST_FILE = VLionAdSDKDemo/Info.plist; |
| 353 | 358 | IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
| 354 | 359 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 360 | + OTHER_LDFLAGS = "-ObjC"; | |
| 355 | 361 | PRODUCT_BUNDLE_IDENTIFIER = cn.vlion.VLionAdSDKDemo; |
| 356 | 362 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 357 | 363 | PROVISIONING_PROFILE = ""; | ... | ... |