From 24d516c50f30c0c6fc046592d319f792f600e2eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 4 Jun 2019 09:42:08 +0200 Subject: [PATCH] iOS: Link against SDK 12.1 as required by Apple Store Fixes #26593. --- platform/iphone/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/iphone/detect.py b/platform/iphone/detect.py index 11715bbe81e..9256ef12652 100644 --- a/platform/iphone/detect.py +++ b/platform/iphone/detect.py @@ -24,7 +24,7 @@ def get_opts(): ('IPHONEPLATFORM', 'name of the iphone platform', 'iPhoneOS'), ('IPHONEPATH', 'the path to iphone toolchain', '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain'), ('IPHONESDK', 'path to the iphone SDK', '/Applications/Xcode.app/Contents/Developer/Platforms/${IPHONEPLATFORM}.platform/Developer/SDKs/${IPHONEPLATFORM}.sdk/'), - ('SDKVERSION', 'SDK version to link against', '11.4'), + ('SDKVERSION', 'SDK version to link against', '12.1'), ('game_center', 'Support for game center', 'yes'), ('store_kit', 'Support for in-app store', 'yes'), ('icloud', 'Support for iCloud', 'yes'),