configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 363d45244b2ba3f666e50255f77900d3849e51d2 Author: xuenhua <xuenhua2...@sina.com> AuthorDate: Sat Nov 5 15:40:27 2022 +0800 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Tue Nov 8 15:35:54 2022 +0100
Update iOS SDK Current Version to 16.1 Change-Id: I118095b706077fd95b81e0cd1278559417805355 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142316 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/configure.ac b/configure.ac index 9a445fefabc1..0bc58a7c3259 100644 --- a/configure.ac +++ b/configure.ac @@ -3694,8 +3694,8 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=16.0 - older_sdk_vers="15.6" + current_sdk_ver=16.1 + older_sdk_vers="16.0" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=14.5