[Pkg-owncloud-commits] [owncloud-client] 28/219: Set the minimum supported OS X version to 10.7

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit cc5f5cf3a6bd923b663f1659b11fd1faec128a11
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Thu Aug 28 14:46:48 2014 +0200

    Set the minimum supported OS X version to 10.7
    
    We dropped 10.6 support quite a while ago.
    This should avoid bug reports from 10.6 users.
    
    Fixes #2122
---
 cmake/modules/MacOSXBundleInfo.plist.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 35702e5..f3dc068 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -30,6 +30,8 @@
         <string>(C) 2014 @APPLICATION_VENDOR@</string>
         <key>SUShowReleaseNotes</key>
         <false/>
+        <key>LSMinimumBundleVersion</key>
+        <string>10.7.0</string>
         <key>SUPublicDSAKeyFile</key>
         <string>dsa_pub.pem</string>
 </dict>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list