aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-06-02 13:24:22 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-06-03 10:06:10 +0200
commit0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501 (patch)
tree07910fa5279f5c8834e40287b955696ab45646c8 /share
parenta2241eabfdbdadd2f96c0a538b9901257831b642 (diff)
downloadbitcoin-0a32a9347e12a8d1d4a46bf9a1d5b3ae13bbe501.tar.xz
OSX: use "Bitcoin Core" as Bundle Display Name
Diffstat (limited to 'share')
-rw-r--r--share/qt/Info.plist.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index dd6edde8d2..d5a7144be0 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -30,6 +30,12 @@
<key>CFBundleExecutable</key>
<string>Bitcoin-Qt</string>
+
+ <key>CFBundleName</key>
+ <string>Bitcoin-Qt</string>
+
+ <key>LSHasLocalizedDisplayName</key>
+ <true/>
<key>CFBundleIdentifier</key>
<string>org.bitcoinfoundation.Bitcoin-Qt</string>