-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
1,606 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
EC2E96D91911A147001A42EF /* ANANJAMImplementation.m in Sources */ = {isa = PBXBuildFile; fileRef = EC2E96D81911A147001A42EF /* ANANJAMImplementation.m */; }; | ||
EC3905FA186693B50017959C /* ANTargetingParameters.m in Sources */ = {isa = PBXBuildFile; fileRef = EC3905F9186693B50017959C /* ANTargetingParameters.m */; }; | ||
EC3905FB186693D30017959C /* ANTargetingParameters.h in Copy Files */ = {isa = PBXBuildFile; fileRef = EC3905F8186693AA0017959C /* ANTargetingParameters.h */; }; | ||
EC3E5CE01843C6D50070315E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC3E5CDF1843C6D50070315E /* Foundation.framework */; }; | ||
|
@@ -36,6 +37,8 @@ | |
EC3E5E221843F0400070315E /* ANCustomAdapter.h in Copy Files */ = {isa = PBXBuildFile; fileRef = EC3E5E201843EFEF0070315E /* ANCustomAdapter.h */; }; | ||
EC3E5E231843F0400070315E /* ANLocation.h in Copy Files */ = {isa = PBXBuildFile; fileRef = EC3E5E211843EFEF0070315E /* ANLocation.h */; }; | ||
EC3E5E951843FDEC0070315E /* ANAdView.h in Copy Files */ = {isa = PBXBuildFile; fileRef = EC3E5E941843FDE20070315E /* ANAdView.h */; }; | ||
EC4340651906F09200AC2D84 /* sdkjs.js in Resources */ = {isa = PBXBuildFile; fileRef = EC4340631906F08900AC2D84 /* sdkjs.js */; }; | ||
EC43406B1908167400AC2D84 /* anjam.js in Resources */ = {isa = PBXBuildFile; fileRef = EC43406A1908167400AC2D84 /* anjam.js */; }; | ||
EC4817881845047A0066BBFE /* ANBrowserViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EC48175E1845042A0066BBFE /* ANBrowserViewController.xib */; }; | ||
EC4817891845047A0066BBFE /* ANInterstitialAdViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EC48175F1845042A0066BBFE /* ANInterstitialAdViewController.xib */; }; | ||
EC48178A1845047A0066BBFE /* errors.strings in Resources */ = {isa = PBXBuildFile; fileRef = EC4817601845042A0066BBFE /* errors.strings */; }; | ||
|
@@ -88,6 +91,8 @@ | |
/* End PBXCopyFilesBuildPhase section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
EC2E96D71911A147001A42EF /* ANANJAMImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANANJAMImplementation.h; sourceTree = "<group>"; }; | ||
EC2E96D81911A147001A42EF /* ANANJAMImplementation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANANJAMImplementation.m; sourceTree = "<group>"; }; | ||
EC3905F8186693AA0017959C /* ANTargetingParameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANTargetingParameters.h; sourceTree = "<group>"; }; | ||
EC3905F9186693B50017959C /* ANTargetingParameters.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANTargetingParameters.m; sourceTree = "<group>"; }; | ||
EC3E5CDC1843C6D50070315E /* libANSDK.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libANSDK.a; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
|
@@ -136,6 +141,8 @@ | |
EC3E5E201843EFEF0070315E /* ANCustomAdapter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANCustomAdapter.h; sourceTree = "<group>"; }; | ||
EC3E5E211843EFEF0070315E /* ANLocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANLocation.h; sourceTree = "<group>"; }; | ||
EC3E5E941843FDE20070315E /* ANAdView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANAdView.h; sourceTree = "<group>"; }; | ||
EC4340631906F08900AC2D84 /* sdkjs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sdkjs.js; sourceTree = "<group>"; }; | ||
EC43406A1908167400AC2D84 /* anjam.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = anjam.js; sourceTree = "<group>"; }; | ||
EC48175E1845042A0066BBFE /* ANBrowserViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ANBrowserViewController.xib; sourceTree = "<group>"; }; | ||
EC48175F1845042A0066BBFE /* ANInterstitialAdViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ANInterstitialAdViewController.xib; sourceTree = "<group>"; }; | ||
EC4817601845042A0066BBFE /* errors.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = errors.strings; sourceTree = "<group>"; }; | ||
|
@@ -149,9 +156,9 @@ | |
EC4817691845042A0066BBFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
EC48176A1845042A0066BBFE /* MRAID.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = MRAID.bundle; sourceTree = "<group>"; }; | ||
EC48177B1845046A0066BBFE /* ANSDKResources.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ANSDKResources.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
EC6AAEC61884B62300CD2FDC /* ANMRAIDProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANMRAIDProperties.h; sourceTree = "<group>"; }; | ||
EC7AB08118887E4600C27B1E /* ANLogManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANLogManager.h; sourceTree = "<group>"; }; | ||
EC7AB08218887E5300C27B1E /* ANLogManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANLogManager.m; sourceTree = "<group>"; }; | ||
EC6AAEC61884B62300CD2FDC /* ANMRAIDProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANMRAIDProperties.h; sourceTree = "<group>"; }; | ||
EC9B33CA187DA9F300013F79 /* ANWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANWebView.h; sourceTree = "<group>"; }; | ||
EC9B33CB187DA9F300013F79 /* ANWebView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANWebView.m; sourceTree = "<group>"; }; | ||
EC9B3448187DEB6900013F79 /* ANAdRequestUrl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANAdRequestUrl.m; sourceTree = "<group>"; }; | ||
|
@@ -251,6 +258,8 @@ | |
EC3E5D1B1843C7560070315E /* ANAdViewDelegate.h */, | ||
EC3E5D1C1843C7560070315E /* ANAdWebViewController.h */, | ||
EC3E5D1D1843C7560070315E /* ANAdWebViewController.m */, | ||
EC2E96D71911A147001A42EF /* ANANJAMImplementation.h */, | ||
EC2E96D81911A147001A42EF /* ANANJAMImplementation.m */, | ||
EC3E5D1E1843C7560070315E /* ANBannerAdView.m */, | ||
EC3E5D1F1843C7560070315E /* ANBrowserViewController.h */, | ||
EC3E5D201843C7560070315E /* ANBrowserViewController.m */, | ||
|
@@ -283,6 +292,8 @@ | |
EC48175D1845042A0066BBFE /* Resources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
EC43406A1908167400AC2D84 /* anjam.js */, | ||
EC4340631906F08900AC2D84 /* sdkjs.js */, | ||
EC48175E1845042A0066BBFE /* ANBrowserViewController.xib */, | ||
EC48175F1845042A0066BBFE /* ANInterstitialAdViewController.xib */, | ||
EC4817601845042A0066BBFE /* errors.strings */, | ||
|
@@ -352,7 +363,7 @@ | |
EC3E5CD41843C6D50070315E /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastUpgradeCheck = 0500; | ||
LastUpgradeCheck = 0510; | ||
ORGANIZATIONNAME = AppNexus; | ||
}; | ||
buildConfigurationList = EC3E5CD71843C6D50070315E /* Build configuration list for PBXProject "ANSDK" */; | ||
|
@@ -378,6 +389,8 @@ | |
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
EC4340651906F09200AC2D84 /* sdkjs.js in Resources */, | ||
EC43406B1908167400AC2D84 /* anjam.js in Resources */, | ||
EC4817881845047A0066BBFE /* ANBrowserViewController.xib in Resources */, | ||
EC4817891845047A0066BBFE /* ANInterstitialAdViewController.xib in Resources */, | ||
EC48178A1845047A0066BBFE /* errors.strings in Resources */, | ||
|
@@ -411,6 +424,7 @@ | |
EC3E5D4B1843C7560070315E /* ANAdView.m in Sources */, | ||
EC3E5D491843C7560070315E /* ANAdFetcher.m in Sources */, | ||
EC3E5D4C1843C7560070315E /* ANAdWebViewController.m in Sources */, | ||
EC2E96D91911A147001A42EF /* ANANJAMImplementation.m in Sources */, | ||
EC3E5D571843C7560070315E /* ANMRAIDViewController.m in Sources */, | ||
EC3E5D4F1843C7560070315E /* ANGlobal.m in Sources */, | ||
EC9B33CC187DA9F300013F79 /* ANWebView.m in Sources */, | ||
|
@@ -456,10 +470,6 @@ | |
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = ( | ||
"$(ARCHS_STANDARD_INCLUDING_64_BIT)", | ||
i386, | ||
); | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
|
@@ -490,8 +500,8 @@ | |
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IBC_FLATTEN_NIBS = NO; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
ONLY_ACTIVE_ARCH = NO; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.1; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
SYMROOT = build; | ||
VALID_ARCHS = "arm64 armv7 armv7s i386"; | ||
|
@@ -502,10 +512,6 @@ | |
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = ( | ||
"$(ARCHS_STANDARD_INCLUDING_64_BIT)", | ||
i386, | ||
); | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_MODULES = YES; | ||
|
@@ -530,7 +536,7 @@ | |
GCC_WARN_UNUSED_FUNCTION = YES; | ||
GCC_WARN_UNUSED_VARIABLE = YES; | ||
IBC_FLATTEN_NIBS = NO; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.1; | ||
ONLY_ACTIVE_ARCH = NO; | ||
SDKROOT = iphoneos; | ||
SYMROOT = build; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,10 @@ | |
EC3FD7611822213C00B25418 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = EC3FD7281822213C00B25418 /* Default.png */; }; | ||
EC3FD7621822213C00B25418 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = EC3FD7291822213C00B25418 /* [email protected] */; }; | ||
EC4055EE183C07F9006A1D09 /* ANDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = EC4055ED183C07F9006A1D09 /* ANDocument.m */; }; | ||
EC434069190815C700AC2D84 /* anjam.js in Resources */ = {isa = PBXBuildFile; fileRef = EC434068190815C700AC2D84 /* anjam.js */; }; | ||
EC5D88B918F451FE0001E0B2 /* ANANJAMImplementation.m in Sources */ = {isa = PBXBuildFile; fileRef = EC5D88B818F451FE0001E0B2 /* ANANJAMImplementation.m */; }; | ||
EC70ED8D18316B2000BDF92F /* ANMRAIDViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EC70ED8C18316B2000BDF92F /* ANMRAIDViewController.m */; }; | ||
EC75D2AB1906E888002A694A /* sdkjs.js in Resources */ = {isa = PBXBuildFile; fileRef = EC75D2AA1906E888002A694A /* sdkjs.js */; }; | ||
EC77B0A718170D8E002123CB /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC77B0A618170D8E002123CB /* StoreKit.framework */; }; | ||
EC7AB07F18887C2D00C27B1E /* ANLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC7AB07E18887C2D00C27B1E /* ANLogManager.m */; }; | ||
EC7DC2631817404600B813D1 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EC7DC2621817404600B813D1 /* MediaPlayer.framework */; }; | ||
|
@@ -250,9 +253,13 @@ | |
EC3FD7291822213C00B25418 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
EC4055EC183C07F9006A1D09 /* ANDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANDocument.h; sourceTree = "<group>"; }; | ||
EC4055ED183C07F9006A1D09 /* ANDocument.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANDocument.m; sourceTree = "<group>"; }; | ||
EC434068190815C700AC2D84 /* anjam.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = anjam.js; sourceTree = "<group>"; }; | ||
EC5D88B718F451FE0001E0B2 /* ANANJAMImplementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANANJAMImplementation.h; sourceTree = "<group>"; }; | ||
EC5D88B818F451FE0001E0B2 /* ANANJAMImplementation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANANJAMImplementation.m; sourceTree = "<group>"; }; | ||
EC6AAEC5188479C700CD2FDC /* ANMRAIDProperties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ANMRAIDProperties.h; sourceTree = "<group>"; }; | ||
EC70ED8B18316B2000BDF92F /* ANWebView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANWebView.h; sourceTree = "<group>"; }; | ||
EC70ED8C18316B2000BDF92F /* ANMRAIDViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANMRAIDViewController.m; sourceTree = "<group>"; }; | ||
EC75D2AA1906E888002A694A /* sdkjs.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = sdkjs.js; sourceTree = "<group>"; }; | ||
EC77B0A618170D8E002123CB /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; | ||
EC7AB07E18887C2D00C27B1E /* ANLogManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ANLogManager.m; sourceTree = "<group>"; }; | ||
EC7AB08018887E2B00C27B1E /* ANLogManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ANLogManager.h; sourceTree = "<group>"; }; | ||
|
@@ -607,6 +614,8 @@ | |
ECB124931821A25D00CB4BE8 /* ANAdViewDelegate.h */, | ||
ECB124941821A25D00CB4BE8 /* ANAdWebViewController.h */, | ||
ECB124951821A25D00CB4BE8 /* ANAdWebViewController.m */, | ||
EC5D88B718F451FE0001E0B2 /* ANANJAMImplementation.h */, | ||
EC5D88B818F451FE0001E0B2 /* ANANJAMImplementation.m */, | ||
ECB124961821A25D00CB4BE8 /* ANBannerAdView.m */, | ||
ECB124971821A25D00CB4BE8 /* ANBrowserViewController.h */, | ||
ECB124981821A25D00CB4BE8 /* ANBrowserViewController.m */, | ||
|
@@ -640,6 +649,8 @@ | |
ECCF547618451FE40000E37C /* Resources */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
EC434068190815C700AC2D84 /* anjam.js */, | ||
EC75D2AA1906E888002A694A /* sdkjs.js */, | ||
ECCF547718451FE40000E37C /* ANBrowserViewController.xib */, | ||
ECCF547818451FE40000E37C /* ANInterstitialAdViewController.xib */, | ||
ECCF547918451FE40000E37C /* errors.strings */, | ||
|
@@ -692,7 +703,7 @@ | |
isa = PBXProject; | ||
attributes = { | ||
CLASSPREFIX = Preview; | ||
LastUpgradeCheck = 0500; | ||
LastUpgradeCheck = 0510; | ||
ORGANIZATIONNAME = AppNexus; | ||
TargetAttributes = { | ||
8A9EFB0417CFD49200FCF79F = { | ||
|
@@ -790,6 +801,8 @@ | |
EC3FD7521822213C00B25418 /* [email protected] in Resources */, | ||
EC3FD7591822213C00B25418 /* appnexus_settings_ipad.png in Resources */, | ||
ECCF548F18451FE40000E37C /* MRAID.bundle in Resources */, | ||
EC75D2AB1906E888002A694A /* sdkjs.js in Resources */, | ||
EC434069190815C700AC2D84 /* anjam.js in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
|
@@ -849,6 +862,7 @@ | |
EC70ED8D18316B2000BDF92F /* ANMRAIDViewController.m in Sources */, | ||
ECB124CE1821A25D00CB4BE8 /* ANLocation.m in Sources */, | ||
EC3FD7361822213C00B25418 /* ANLog+Make.m in Sources */, | ||
EC5D88B918F451FE0001E0B2 /* ANANJAMImplementation.m in Sources */, | ||
ECAFB02D1864EE25007F1973 /* ANTargetingParameters.m in Sources */, | ||
EC3FD7371822213C00B25418 /* ANLog.m in Sources */, | ||
ECB124BD1821A25D00CB4BE8 /* UIView+ANCategory.m in Sources */, | ||
|
@@ -891,10 +905,6 @@ | |
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = ( | ||
"armv7,", | ||
armv7s, | ||
); | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
|
@@ -922,17 +932,14 @@ | |
ONLY_ACTIVE_ARCH = YES; | ||
OTHER_LDFLAGS = "-ObjC"; | ||
SDKROOT = iphoneos; | ||
VALID_ARCHS = "armv7 armv7s"; | ||
}; | ||
name = Debug; | ||
}; | ||
8A9EFB2717CFD49300FCF79F /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
ARCHS = ( | ||
"armv7,", | ||
armv7s, | ||
); | ||
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; | ||
CLANG_CXX_LIBRARY = "libc++"; | ||
CLANG_ENABLE_OBJC_ARC = YES; | ||
|
@@ -954,6 +961,7 @@ | |
OTHER_LDFLAGS = "-ObjC"; | ||
SDKROOT = iphoneos; | ||
VALIDATE_PRODUCT = YES; | ||
VALID_ARCHS = "armv7 armv7s"; | ||
}; | ||
name = Release; | ||
}; | ||
|
@@ -971,7 +979,7 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = AppNexusSDKApp/AppNexusSDKApp.pch; | ||
INFOPLIST_FILE = AppNexusSDKApp/AppNexusSDKApp.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.1; | ||
LIBRARY_SEARCH_PATHS = "$(inherited)"; | ||
PRODUCT_NAME = AppNexusSDKApp; | ||
PROVISIONING_PROFILE = ""; | ||
|
@@ -995,7 +1003,7 @@ | |
GCC_PRECOMPILE_PREFIX_HEADER = YES; | ||
GCC_PREFIX_HEADER = AppNexusSDKApp/AppNexusSDKApp.pch; | ||
INFOPLIST_FILE = AppNexusSDKApp/AppNexusSDKApp.plist; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.0; | ||
IPHONEOS_DEPLOYMENT_TARGET = 7.1; | ||
LIBRARY_SEARCH_PATHS = "$(inherited)"; | ||
PRODUCT_NAME = AppNexusSDKApp; | ||
PROVISIONING_PROFILE = ""; | ||
|
Oops, something went wrong.