|
|
@ -3,11 +3,11 @@ |
|
|
|
<plist version="0.9"> |
|
|
|
<plist version="0.9"> |
|
|
|
<dict> |
|
|
|
<dict> |
|
|
|
<key>CFBundleIconFile</key> |
|
|
|
<key>CFBundleIconFile</key> |
|
|
|
<string>anoncoin.icns</string> |
|
|
|
<string>gostcoin.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 © 2009-$YEAR The Bitcoin developers, 2011-$YEAR The Litecoin developers, 2013-$YEAR The Anoncoin developers, 2017-$YEAR The Gostcoin 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>Anoncoin-Qt</string> |
|
|
|
<string>Gostcoin-Qt</string> |
|
|
|
<key>CFBundleIdentifier</key> |
|
|
|
<key>CFBundleIdentifier</key> |
|
|
|
<string>net.anoncoin.Anoncoin-Qt</string> |
|
|
|
<string>org.purplei2p.Gostcoin-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>net.anoncoin.AnoncoinPayment</string> |
|
|
|
<string>org.purplei2p.GostcoinPayment</string> |
|
|
|
<key>CFBundleURLSchemes</key> |
|
|
|
<key>CFBundleURLSchemes</key> |
|
|
|
<array> |
|
|
|
<array> |
|
|
|
<string>anoncoin</string> |
|
|
|
<string>gostcoin</string> |
|
|
|
</array> |
|
|
|
</array> |
|
|
|
</dict> |
|
|
|
</dict> |
|
|
|
</array> |
|
|
|
</array> |
|
|
|