summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-05-17 11:09:23 +0300
committerTor Lillqvist <tml@collabora.com>2022-05-17 11:41:32 +0200
commitb3dc91920605705d8a1172fb3784a2377edfc4e7 (patch)
tree921f766c1db71e311ce0da5ca160252f0b9a4fe3 /configure.ac
parentbad6799603f7ec4c6566696c1104a8bcf9fcfdc7 (diff)
Accept iOS SDK 15.5
Change-Id: I19f54042613769993b92cfaf04de292cfbb72b5f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134459 Tested-by: Jenkins 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 79c8b20a5043..3ba32994cb96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3641,8 +3641,8 @@ dnl ===================================================================
if test $_os = iOS; then
AC_MSG_CHECKING([what iOS SDK to use])
- current_sdk_ver=15.4
- older_sdk_vers="15.2 15.0 14.5"
+ current_sdk_ver=15.5
+ older_sdk_vers="15.4 15.2 15.0 14.5"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=13.6