OSX: use "Bitcoin Core" as Bundle Display Name

This commit is contained in:
Jonas Schnelli
2015-06-02 13:24:22 +02:00
parent a2241eabfd
commit 0a32a9347e
5 changed files with 17 additions and 5 deletions

View File

@@ -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>