Primecoin: Update Mac Qt build info

master
Sunny King 2013-08-05 19:28:51 +01:00 committed by Mikael Hirki
parent 0cd90fbb84
commit f204503d83
1 changed files with 6 additions and 6 deletions

View File

@ -3,11 +3,11 @@
<plist version="0.9"> <plist version="0.9">
<dict> <dict>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>bitcoin.icns</string> <string>primecoin.icns</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers</string> <string>$VERSION, Copyright © 2013-$YEAR The Primecoin developers</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>$VERSION</string> <string>$VERSION</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
@ -15,19 +15,19 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Bitcoin-Qt</string> <string>Primecoin-Qt</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>org.bitcoinfoundation.Bitcoin-Qt</string> <string>org.primecoin.Primecoin-Qt</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Editor</string> <string>Editor</string>
<key>CFBundleURLName</key> <key>CFBundleURLName</key>
<string>org.bitcoinfoundation.BitcoinPayment</string> <string>org.primecoin.PrimecoinPayment</string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>bitcoin</string> <string>primecoin</string>
</array> </array>
</dict> </dict>
</array> </array>