From 15df3276fb1d5285ae2f297aff5b97043c115380 Mon Sep 17 00:00:00 2001 From: Aleksey Belouosv Date: Thu, 17 Jan 2019 19:08:46 +0300 Subject: [PATCH] [iOS] set iOS deployment target to 10.0 --- xcode/common.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index 348ea6ad42..8e395e3fb8 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 = 9.0 +IPHONEOS_DEPLOYMENT_TARGET = 10.0 MACOSX_DEPLOYMENT_TARGET = 10.12 // Supported platforms @@ -73,6 +73,6 @@ ONLY_ACTIVE_ARCH = YES PRODUCT_NAME = $(TARGET_NAME) SKIP_INSTALL = YES SWIFT_VERSION = 4.0 -VALID_ARCHS = armv7 armv7s arm64 +VALID_ARCHS = armv7s arm64 VALID_ARCHS[sdk=iphonesimulator*] = x86_64 VALID_ARCHS[sdk=macosx*] = x86_64