configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 18d8a0524d30ffa04b024ad665a7e4468a86e966 Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Thu Dec 16 19:29:07 2021 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Mon Dec 20 12:57:17 2021 +0100
Accept iOS SDK 15.2 Change-Id: I42182f86673586ce48905bdda3281ef4499263a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126958 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <t...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127143 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> diff --git a/configure.ac b/configure.ac index c68e60d07796..6a2d58cec530 100644 --- a/configure.ac +++ b/configure.ac @@ -3419,8 +3419,8 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=15.0 - older_sdk_vers="14.5 14.0" + current_sdk_ver=15.2 + older_sdk_vers="15.0 14.5 14.0" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=12.2