From 366832addf9e762665453857cb666774f49aa247 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 24 Aug 2017 15:04:22 +0300 Subject: [cleanup] [ios] Increased min deployment target to 8.2. --- xcode/common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcode') diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 4656b99f68..bd993d24f6 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -9,7 +9,7 @@ HEADER_SEARCH_PATHS = $(inherited) $(OMIM_ROOT) $(BOOST_ROOT) FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(QT_PATH)/lib // Deployment target -IPHONEOS_DEPLOYMENT_TARGET = 8.0 +IPHONEOS_DEPLOYMENT_TARGET = 8.2 MACOSX_DEPLOYMENT_TARGET = 10.10 // Supported platforms -- cgit v1.2.3