forked from organicmaps/organicmaps
[iOS] set iOS deployment target to 10.0
This commit is contained in:
parent
165d8cbfd9
commit
15df3276fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue