Explicitly define the deployment target of 8.0

This commit is contained in:
Cameron Gutman 2015-07-08 23:37:53 -07:00
parent 1cd17536db
commit 04e441ea06

View File

@ -340,6 +340,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Developer";
EXECUTABLE_PREFIX = lib;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
@ -352,6 +353,7 @@
buildSettings = {
CODE_SIGN_IDENTITY = "iPhone Distribution";
EXECUTABLE_PREFIX = lib;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;