From e66b691549d723d5e6faf012599f7d26e7e9bab8 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 6 Oct 2014 20:36:50 -0500 Subject: [PATCH] Add support for iOS 8 target --- configure/os/CONFIG_SITE.Common.iosCommon | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.Common.iosCommon b/configure/os/CONFIG_SITE.Common.iosCommon index 17055e1dd..14555cc8f 100644 --- a/configure/os/CONFIG_SITE.Common.iosCommon +++ b/configure/os/CONFIG_SITE.Common.iosCommon @@ -13,7 +13,8 @@ #IOS_VERSION = 5.1 #IOS_VERSION = 6.0 #IOS_VERSION = 6.1 -IOS_VERSION = 7.0 +#IOS_VERSION = 7.0 +IOS_VERSION = 8.0 # Minimum version of iOS the executables must run on. # Earlier versions may work, if XCode supports them. @@ -23,6 +24,7 @@ IOS_VERSION = 7.0 #IOS_DEPLOYMENT_TARGET = 6.0 #IOS_DEPLOYMENT_TARGET = 6.1 IOS_DEPLOYMENT_TARGET = 7.0 +#IOS_DEPLOYMENT_TARGET = 8.0 # Which compiler to use: