summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-07-16 09:47:24 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-16 13:05:15 +0200
commit0d7441f1fffb8e887fbfc85b7354011421f3e858 (patch)
tree47c9db137f4ed342920ad5940c76860115cae68f /configure.ac
parent69836e982db815720a7b29bc0f2ff2485fc00f1b (diff)
Accept iOS SDK 13.6
Change-Id: Ifaf69ad71b96daf629b9a6a2265561da5ddd3db0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98893 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index aec7222c73bc..c46b6e35c4fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3062,8 +3062,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.5
- older_sdk_vers="13.4 13.2 13.1 13.0 12.4 12.2"
+ current_sdk_ver=13.6
+ older_sdk_vers="13.5 13.4 13.2 13.1 13.0 12.4 12.2"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=12.2