mirror of https://github.com/GOSTSec/gostcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
37 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> |
|
<plist version="0.9"> |
|
<dict> |
|
<key>CFBundleIconFile</key> |
|
<string>gostcoin.icns</string> |
|
<key>CFBundlePackageType</key> |
|
<string>APPL</string> |
|
<key>CFBundleGetInfoString</key> |
|
<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> |
|
<string>$VERSION</string> |
|
<key>CFBundleVersion</key> |
|
<string>$VERSION</string> |
|
<key>CFBundleSignature</key> |
|
<string>????</string> |
|
<key>CFBundleExecutable</key> |
|
<string>Gostcoin-Qt</string> |
|
<key>CFBundleIdentifier</key> |
|
<string>org.purplei2p.Gostcoin-Qt</string> |
|
<key>CFBundleURLTypes</key> |
|
<array> |
|
<dict> |
|
<key>CFBundleTypeRole</key> |
|
<string>Editor</string> |
|
<key>CFBundleURLName</key> |
|
<string>org.purplei2p.GostcoinPayment</string> |
|
<key>CFBundleURLSchemes</key> |
|
<array> |
|
<string>gostcoin</string> |
|
</array> |
|
</dict> |
|
</array> |
|
<key>NSHighResolutionCapable</key> |
|
<true/> |
|
</dict> |
|
</plist>
|
|
|