2013-02-11 18:52:30 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
|
|
|
|
<plist version="0.9">
|
|
|
|
<dict>
|
2014-02-25 21:35:48 -05:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
2020-11-18 21:38:21 +08:00
|
|
|
<string>10.14.0</string>
|
2014-02-25 21:35:48 -05:00
|
|
|
|
|
|
|
<key>LSArchitecturePriority</key>
|
|
|
|
<array>
|
|
|
|
<string>x86_64</string>
|
|
|
|
</array>
|
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>bitcoin.icns</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2019-12-03 15:49:41 -05:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2020-11-21 13:32:01 -05:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@, Copyright © 2009-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-10-22 13:59:18 -04:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleVersion</key>
|
2020-10-22 13:59:18 -04:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>Bitcoin-Qt</string>
|
2019-09-07 23:52:45 -04:00
|
|
|
|
2015-06-02 13:24:22 +02:00
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>Bitcoin-Qt</string>
|
|
|
|
|
|
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
|
|
<true/>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>org.bitcoinfoundation.Bitcoin-Qt</string>
|
|
|
|
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>org.bitcoin.BitcoinPayment</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>bitcoin</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
|
2013-11-21 17:59:31 +01:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
|
2013-07-22 16:50:39 +10:00
|
|
|
<key>NSHighResolutionCapable</key>
|
2013-11-21 17:59:31 +01:00
|
|
|
<string>True</string>
|
2014-03-31 10:46:53 -07:00
|
|
|
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.finance</string>
|
2013-02-11 18:52:30 -05:00
|
|
|
</dict>
|
|
|
|
</plist>
|