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>
|
2019-11-21 17:08:47 +01:00
|
|
|
<string>10.12.0</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
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2019-09-03 21:48:14 +02:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@CLIENT_VERSION_BUILD@</string>
|
2013-11-21 17:59:31 +01:00
|
|
|
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2019-09-03 21:48:14 +02:00
|
|
|
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@.@CLIENT_VERSION_REVISION@.@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>
|
2018-11-25 14:27:04 +01:00
|
|
|
|
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>
|
|
|
|
|
|
|
|
<key>UTExportedTypeDeclarations</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>UTTypeIdentifier</key>
|
2016-02-02 16:28:56 +01:00
|
|
|
<string>org.dash.paymentrequest</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>UTTypeDescription</key>
|
2015-03-18 00:06:58 +01:00
|
|
|
<string>Dash payment request</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>UTTypeConformsTo</key>
|
|
|
|
<array>
|
|
|
|
<string>public.data</string>
|
|
|
|
</array>
|
|
|
|
<key>UTTypeTagSpecification</key>
|
|
|
|
<dict>
|
|
|
|
<key>public.mime-type</key>
|
2015-03-19 15:15:08 +01:00
|
|
|
<string>application/x-dash-payment-request</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
<key>public.filename-extension</key>
|
2013-02-12 00:52:30 +01:00
|
|
|
<array>
|
2015-03-19 15:15:08 +01:00
|
|
|
<string>dashpaymentrequest</string>
|
2013-02-12 00:52:30 +01:00
|
|
|
</array>
|
2013-07-22 08:50:39 +02:00
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
<key>LSItemContentTypes</key>
|
|
|
|
<array>
|
2016-02-02 16:28:56 +01:00
|
|
|
<string>org.dash.paymentrequest</string>
|
2013-07-22 08:50:39 +02:00
|
|
|
</array>
|
|
|
|
<key>LSHandlerRank</key>
|
|
|
|
<string>Owner</string>
|
|
|
|
</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
|
|
|
|
2018-11-25 14:27:04 +01:00
|
|
|
<key>NSRequiresAquaSystemAppearance</key>
|
|
|
|
<string>True</string>
|
|
|
|
|
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>
|