summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxuenhua <xuenhua2008@sina.com>2022-11-05 15:40:27 +0800
committerTor Lillqvist <tml@collabora.com>2022-11-08 15:35:54 +0100
commit363d45244b2ba3f666e50255f77900d3849e51d2 (patch)
tree4ee83437b3f7f9142efeb13c5a784dee033a0abe
parent8953fe0aaebcc5e6aea8eafcf7612f49b4479911 (diff)
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 <tml@collabora.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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