configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 355072f973e57c6e6ebdbcc906aefe260237694c
Author: Tor Lillqvist <[email protected]>
AuthorDate: Wed Sep 22 10:36:23 2021 +0300
Commit: Tor Lillqvist <[email protected]>
CommitDate: Wed Sep 22 10:01:29 2021 +0200
Bump minimum iOS version to 13.7
Change-Id: I96861e8f503c95ae3b76d5ab79a0035b5307398b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122418
Tested-by: Tor Lillqvist <[email protected]>
Reviewed-by: Tor Lillqvist <[email protected]>
diff --git a/configure.ac b/configure.ac
index 01c13baacdce..32267249702b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3531,10 +3531,10 @@ if test $_os = iOS; then
older_sdk_vers="14.5"
if test "$enable_ios_simulator" = "yes"; then
platform=iPhoneSimulator
- versionmin=-mios-simulator-version-min=12.2
+ versionmin=-mios-simulator-version-min=13.7
else
platform=iPhoneOS
- versionmin=-miphoneos-version-min=12.2
+ versionmin=-miphoneos-version-min=13.7
fi
xcode_developer=`xcode-select -print-path`