summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-05-17 11:09:23 +0300
committerTor Lillqvist <tml@collabora.com>2022-07-11 07:36:12 +0200
commitff7b8ea3d38e0c747dfa069b33bf746839fd174d (patch)
tree5d903000f61400d21d4af13a123c7da322ef3111
parentb70eb662af5351b0a105c1e6d9330f7f93f26fe6 (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> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136903 Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 568a1867786a..acfd70ed4859 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3596,8 +3596,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"
+ current_sdk_ver=15.5
+ older_sdk_vers="15.4 15.2 15.0"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
versionmin=-mios-simulator-version-min=13.6