diff options
author | xuenhua <xuenhua2008@sina.com> | 2022-07-21 06:40:25 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2022-08-16 14:13:02 +0200 |
commit | d0ab89cd8b8b705689b432c1ea630501c7745264 (patch) | |
tree | 16991d1c2d0c0e7e2563ff413fd644f01d82329c /configure.ac | |
parent | 707f8c10328290c8bcd928755101cbb88ab6a8cb (diff) |
Update iOS SDK Current Version to 15.6
Change-Id: I2e6ec0a32b859cead16965284359115db0628f5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137277
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c639bda264fc..786f1f3f0b45 100644 --- a/configure.ac +++ b/configure.ac @@ -3661,8 +3661,8 @@ dnl =================================================================== if test $_os = iOS; then AC_MSG_CHECKING([what iOS SDK to use]) - current_sdk_ver=15.5 - older_sdk_vers="15.4 15.2 15.0 14.5" + current_sdk_ver=15.6 + older_sdk_vers="15.5 15.4 15.2 15.0 14.5" if test "$enable_ios_simulator" = "yes"; then platform=iPhoneSimulator versionmin=-mios-simulator-version-min=13.6 |