[Libreoffice-commits] core.git: Branch 'aoo/trunk' - setup_native/source sysui/desktop

Herbert Dürr hdu at apache.org
Mon Feb 10 06:12:35 PST 2014


 setup_native/source/mac/Info.plist.langpack |    2 ++
 sysui/desktop/macosx/Info.plist             |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 6aeaaaed06be50118273e5650ebdf63c623e3a17
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Feb 10 12:12:20 2014 +0000

    #123864# add version check for OSX 10.7
    
    Patch-by: jsc at apache.org

diff --git a/setup_native/source/mac/Info.plist.langpack b/setup_native/source/mac/Info.plist.langpack
index fa8c377..0e12cc1 100644
--- a/setup_native/source/mac/Info.plist.langpack
+++ b/setup_native/source/mac/Info.plist.langpack
@@ -22,6 +22,8 @@
  ***********************************************************-->
 <plist version="1.0">
 <dict>
+	<key>LSMinimumSystemVersion</key>
+	<string>10.7.0</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>English</string>
 	<!-- UTI declarations for OS X >= 10.4	-->
diff --git a/sysui/desktop/macosx/Info.plist b/sysui/desktop/macosx/Info.plist
index 03b09a8..898b708 100644
--- a/sysui/desktop/macosx/Info.plist
+++ b/sysui/desktop/macosx/Info.plist
@@ -22,6 +22,8 @@
  ***********************************************************-->
 <plist version="1.0">
 <dict>
+	<key>LSMinimumSystemVersion</key>
+	<string>10.7.0</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>English</string>
 	<!-- UTI declarations for OS X >= 10.4	-->


More information about the Libreoffice-commits mailing list