configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 9543e7a2366ac3ce101009ae5d20b9d4ed0e06ef Author: Aron Budea <aron.bu...@collabora.com> AuthorDate: Tue Jun 20 01:09:29 2023 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue Jun 20 01:28:37 2023 +0200
Accept iOS SDK 16.5 Change-Id: Idf53c90cc3ef5c59cc9ad6151c13cc2125daf546 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153304 Tested-by: Aron Budea <aron.bu...@collabora.com> Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/configure.ac b/configure.ac index f83a3c7f8f6b..9802aa37a0f8 100644 --- a/configure.ac +++ b/configure.ac @@ -3501,8 +3501,8 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=16.2 - older_sdk_vers="16.1 16.0 15.6 15.5 15.4 15.2 15.0" + current_sdk_ver=16.5 + older_sdk_vers="16.4 16.3 16.2 16.1 16.0 15.6 15.5 15.4 15.2 15.0" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=14.5