summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-07-16 09:43:48 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-16 09:51:48 +0200
commitf65d93f9b475402a10eb89bae0685d300f09fff9 (patch)
treeea313657f4680d8fc1241e51efa924247050acf2 /configure.ac
parent50984210273912b0a3445da8e311046cbb5d0644 (diff)
Accept iOS SDK 13.6
Change-Id: I3dd04e852c34e521f2918d3f7404bcfdcfa5f2fa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98870 Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba0bc8acd3ca..09f6333216fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3138,7 +3138,7 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
current_sdk_ver=14.0
- older_sdk_vers="13.5 13.4 13.2 13.1 13.0 12.4 12.2"
+ older_sdk_vers="13.6 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