commit 8df58ab3de3f93df3dadaf29d1fcddc1dc1f27b3 parent d3465bb60ab8f48e6e7657651aa4373abb6efbc3 Author: ThomasV <thomasv@electrum.org> Date: Tue, 31 Oct 2017 14:13:12 +0100 follow-up f7200cb6162ba30f4ebd0e94d933f7b7d559cdb2: remove Info.plist Diffstat:
D | Info.plist | | | 22 | ---------------------- |
1 file changed, 0 insertions(+), 22 deletions(-)
diff --git a/Info.plist b/Info.plist @@ -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>