aboutsummaryrefslogtreecommitdiff
path: root/share/qt/Info.plist
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2013-04-15 16:15:11 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2013-04-15 16:15:11 +0200
commitf95279ba79be1c46fe14468269ae53cdb3ac9c24 (patch)
tree32a36d77c60e4d9fc41bfae760e74bf4a6639bd0 /share/qt/Info.plist
parenta3e7577a8199d95f0035570195f68a1acb2fa86e (diff)
downloadbitcoin-f95279ba79be1c46fe14468269ae53cdb3ac9c24.tar.xz
fixes #2506: mac binary with proper version and copyright meta-informations (Info.plist)
Due a bug in QT (https://bugreports.qt-project.org/browse/QTBUG-21267), the mac binary of the last release contains bulk meta informations. The url-handler (bitcoin://) is also not working in current release Should be fixed with this commit. Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
Diffstat (limited to 'share/qt/Info.plist')
-rw-r--r--share/qt/Info.plist6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/qt/Info.plist b/share/qt/Info.plist
index 58b2152e9f..2312094c4f 100644
--- a/share/qt/Info.plist
+++ b/share/qt/Info.plist
@@ -7,7 +7,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
- <string>Bitcoin-Qt</string>
+ <string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers</string>
+ <key>CFBundleShortVersionString</key>
+ <string>$VERSION</string>
+ <key>CFBundleVersion</key>
+ <string>$VERSION</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>