From 283790c6798091cb05717bf321a155e4134df786 Mon Sep 17 00:00:00 2001 From: Piet Brauer Date: Thu, 29 Oct 2015 17:59:37 +0700 Subject: [PATCH] Set deployment target to 8.0 --- TrashCanKit.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TrashCanKit.xcodeproj/project.pbxproj b/TrashCanKit.xcodeproj/project.pbxproj index 6daf9cc..08640f7 100644 --- a/TrashCanKit.xcodeproj/project.pbxproj +++ b/TrashCanKit.xcodeproj/project.pbxproj @@ -331,7 +331,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -373,7 +373,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.1; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; @@ -476,6 +476,7 @@ 236364861BE22F1100AA7104 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 236364871BE22F1100AA7104 /* Build configuration list for PBXNativeTarget "TrashCanKitTests" */ = { isa = XCConfigurationList; @@ -484,6 +485,7 @@ 236364891BE22F1100AA7104 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };