diff options
| author | fanquake <[email protected]> | 2019-10-17 11:49:01 -0400 |
|---|---|---|
| committer | fanquake <[email protected]> | 2019-10-24 16:01:43 -0400 |
| commit | a3e810326d7e70a774ece9e9aa0c571cc9216aab (patch) | |
| tree | 27330366572283f9ce2c6b1b0e5d4209d6f5f02c | |
| parent | gui: remove payment request file handling from OpenURI dialog (diff) | |
| download | discoin-a3e810326d7e70a774ece9e9aa0c571cc9216aab.tar.xz discoin-a3e810326d7e70a774ece9e9aa0c571cc9216aab.zip | |
build: remove BIP70 entries from macOS Info.plist
| -rw-r--r-- | share/qt/Info.plist.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 477985bb3..ffa001bb7 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> |