2013-02-12 00:52:30 +01: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-26 03:35:48 +01:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
2024-11-03 10:46:25 +01:00
|
|
|
<string>11</string>
|
2014-02-26 03:35:48 +01:00
|
|
|
|
|
|
|
<key>LSArchitecturePriority</key>
|
|
|
|
<array>
|
|
|
|
<string>x86_64</string>
|
|
|
|
</array>
|
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleIconFile</key>
|
2020-09-30 15:08:11 +02:00
|
|
|
<string>dash.icns</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2021-09-05 00:44:39 +02:00
|
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
|
|
<array>
|
|
|
|
<string>MacOSX</string>
|
|
|
|
</array>
|
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2020-11-20 15:42:01 +01:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2020-11-20 15:42:01 +01:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_BUILD@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleExecutable</key>
|
2015-03-18 00:06:58 +01:00
|
|
|
<string>Dash-Qt</string>
|
2015-06-02 13:24:22 +02:00
|
|
|
<key>CFBundleName</key>
|
2016-02-02 16:28:56 +01:00
|
|
|
<string>Dash-Qt</string>
|
2015-06-02 13:24:22 +02:00
|
|
|
|
|
|
|
<key>LSHasLocalizedDisplayName</key>
|
|
|
|
<true/>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleIdentifier</key>
|
2016-10-30 20:38:19 +01:00
|
|
|
<string>org.dash.Dash-Qt</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>CFBundleURLName</key>
|
2016-02-02 16:28:56 +01:00
|
|
|
<string>org.dash.DashPayment</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
2015-03-19 15:15:08 +01:00
|
|
|
<string>dash</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
|
2013-11-21 17:59:31 +01:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>NSHighResolutionCapable</key>
|
2013-11-21 17:59:31 +01:00
|
|
|
<string>True</string>
|
2014-03-31 19:46:53 +02:00
|
|
|
|
2019-09-03 21:48:14 +02:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
|
|
|
<string>Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers, 2014-@COPYRIGHT_YEAR@ @COPYRIGHT_HOLDERS_FINAL@</string>
|
2014-03-31 19:46:53 +02:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
<string>public.app-category.finance</string>
|
2013-02-12 00:52:30 +01:00
|
|
|
</dict>
|
|
|
|
</plist>
|