[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Wed Oct 9 06:05:45 UTC 2019


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 92d860f3fdd7c5390fa6c100d6f4dbbfa8f14fe7
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Oct 9 09:03:29 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Wed Oct 9 09:03:29 2019 +0300

    Bump the minimum iOS run-time version to 12.2
    
    Change-Id: I082a7d62e222e625d1d921bea39b45578118d225

diff --git a/configure.ac b/configure.ac
index 98694cd096ce..d90fc802484f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3009,10 +3009,10 @@ if test $_os = iOS; then
     older_sdk_vers="13.0 12.4 12.2"
     if test "$enable_ios_simulator" = "yes"; then
         platform=iPhoneSimulator
-        versionmin=-mios-simulator-version-min=11.0
+        versionmin=-mios-simulator-version-min=12.2
     else
         platform=iPhoneOS
-        versionmin=-miphoneos-version-min=11.0
+        versionmin=-miphoneos-version-min=12.2
     fi
     xcode_developer=`xcode-select -print-path`
 


More information about the Libreoffice-commits mailing list