1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-15 17:19:57 +00:00
gostcoin/share/qt/Info.plist

38 lines
1.2 KiB
Plaintext
Raw Normal View History

2017-03-22 12:01:35 -04:00
<?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>
2017-10-04 11:17:31 +03:00
<string>gostcoin.icns</string>
2017-03-22 12:01:35 -04:00
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
2017-10-04 11:17:31 +03:00
<string>$VERSION, Copyright © 2009-$YEAR The Bitcoin developers, 2011-$YEAR The Litecoin developers, 2013-$YEAR The Anoncoin developers, 2017-$YEAR The Gostcoin developers</string>
2017-03-22 12:01:35 -04:00
<key>CFBundleShortVersionString</key>
<string>$VERSION</string>
<key>CFBundleVersion</key>
<string>$VERSION</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleExecutable</key>
2017-10-04 11:17:31 +03:00
<string>Gostcoin-Qt</string>
2017-03-22 12:01:35 -04:00
<key>CFBundleIdentifier</key>
2017-10-04 11:17:31 +03:00
<string>org.purplei2p.Gostcoin-Qt</string>
2017-03-22 12:01:35 -04:00
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
2017-10-04 11:17:31 +03:00
<string>org.purplei2p.GostcoinPayment</string>
2017-03-22 12:01:35 -04:00
<key>CFBundleURLSchemes</key>
<array>
2017-10-04 11:17:31 +03:00
<string>gostcoin</string>
2017-03-22 12:01:35 -04:00
</array>
</dict>
</array>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>