tRemoval of macOS Info.plist. It isn't being used by anything. (#4773) - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 1526fd3722fa84a7f71f26fdfccc8b483ed9797d
DIR parent 2cc77c1c7dc45e07de7191409cd21a03895a695e
HTML Author: Calin Culianu <calin.culianu@gmail.com>
Date: Sun, 14 Oct 2018 15:12:25 +0300
Removal of macOS Info.plist. It isn't being used by anything. (#4773)
Diffstat:
D Info.plist | 22 ----------------------
1 file changed, 0 insertions(+), 22 deletions(-)
---
DIR diff --git a/Info.plist b/Info.plist
t@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleURLName</key>
- <string>bitcoin</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>bitcoin</string>
- </array>
- </dict>
- </array>
- <key>LSArchitecturePriority</key>
- <array>
- <string>x86_64</string>
- <string>i386</string>
- </array>
-</dict>
-</plist>