configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7653a5740e862ec51284225b8ec24977ea49b857
Author: Tor Lillqvist <[email protected]>
AuthorDate: Tue Sep 13 09:16:30 2022 +0300
Commit: Tor Lillqvist <[email protected]>
CommitDate: Tue Sep 13 21:44:14 2022 +0200
Bump minimum iOS runtime version to 14.5
Change-Id: I69a0676f7a622a7b08041d87e0b0da82c0ba1a73
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139826
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index bb20611c862f..12cc87525782 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3660,10 +3660,10 @@ if test $_os = iOS; then
older_sdk_vers="15.6"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
- versionmin=-mios-simulator-version-min=13.6
+ versionmin=-mios-simulator-version-min=14.5
else
platform=iPhoneOS
- versionmin=-miphoneos-version-min=13.6
+ versionmin=-miphoneos-version-min=14.5
fi
xcode_developer=`xcode-select -print-path`