aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-17 11:49:01 -0400
committerfanquake <fanquake@gmail.com>2019-10-24 16:01:43 -0400
commita3e810326d7e70a774ece9e9aa0c571cc9216aab (patch)
tree27330366572283f9ce2c6b1b0e5d4209d6f5f02c /share
parent72fe13a58d5894afbaf1bb6789ee9b9b6576f20f (diff)
downloadbitcoin-a3e810326d7e70a774ece9e9aa0c571cc9216aab.tar.xz
build: remove BIP70 entries from macOS Info.plist
Diffstat (limited to 'share')
-rw-r--r--share/qt/Info.plist.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index 477985bb33..ffa001bb7f 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -54,43 +54,6 @@
</dict>
</array>
- <key>UTExportedTypeDeclarations</key>
- <array>
- <dict>
- <key>UTTypeIdentifier</key>
- <string>org.bitcoin.paymentrequest</string>
- <key>UTTypeDescription</key>
- <string>Bitcoin payment request</string>
- <key>UTTypeConformsTo</key>
- <array>
- <string>public.data</string>
- </array>
- <key>UTTypeTagSpecification</key>
- <dict>
- <key>public.mime-type</key>
- <string>application/x-bitcoin-payment-request</string>
- <key>public.filename-extension</key>
- <array>
- <string>bitcoinpaymentrequest</string>
- </array>
- </dict>
- </dict>
- </array>
-
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>LSItemContentTypes</key>
- <array>
- <string>org.bitcoin.paymentrequest</string>
- </array>
- <key>LSHandlerRank</key>
- <string>Owner</string>
- </dict>
- </array>
-
<key>NSPrincipalClass</key>
<string>NSApplication</string>