Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMarkus Goetz <markus@woboq.com>2018-04-03 22:31:02 +0300
committerMarkus Goetz <markus@woboq.com>2018-04-03 22:31:02 +0300
commite9646364a05063896960a78242686d009d7ae4cd (patch)
tree5fe819e8753ecd1e7da94206ebd73ccb2c14b309 /cmake
parent75241c6cd6a480f9c12296fa97f8f4b2955d4529 (diff)
macdeployqt: Adjust minimum version based on our Qt #5932
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/MacOSXBundleInfo.plist.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index 96ac29b16..fc2be53f7 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -27,11 +27,9 @@
<key>CFBundleShortVersionString</key>
<string>@MIRALL_VERSION_STRING@</string>
<key>NSHumanReadableCopyright</key>
- <string>(C) 2014-2016 @APPLICATION_VENDOR@</string>
+ <string>(C) 2014-2018 @APPLICATION_VENDOR@</string>
<key>SUShowReleaseNotes</key>
<false/>
- <key>LSMinimumBundleVersion</key>
- <string>10.7.0</string>
<key>SUPublicDSAKeyFile</key>
<string>dsa_pub.pem</string>
</dict>