summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-11-01 09:57:08 +0200
committerTor Lillqvist <tml@collabora.com>2019-11-01 12:20:06 +0200
commit904aa5d058b92da759a7ca5d42b10531f01c2054 (patch)
tree92ca50303653fbef0c10a7b8034e80ea050e0951 /configure.ac
parentdef1e51dc36e2042a50bea48e7fa15db9560d09b (diff)
Accept iOS SDK 13.2
Change-Id: I5d42a60a257661f39d1c9af6299ca3278f783d2b Reviewed-on: https://gerrit.libreoffice.org/81870 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-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 a013d4593cfb..ca0b3e31f738 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2967,8 +2967,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=13.1
- older_sdk_vers="13.0 12.4 12.2 12.1 12.0 11.4"
+ current_sdk_ver=13.2
+ older_sdk_vers="13.1 13.0 12.4 12.2 12.1 12.0 11.4"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=11.0