electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8c2ca744d926a54d430268ade57ca54a42492592
parent c6a31dac18cd7a4bba4f233a3f8d6fd0581d7ef6
Author: Maran <maran.hidskes@gmail.com>
Date:   Tue, 18 Jun 2013 00:08:07 +0200

Forgot to add plist for OS X build script

Diffstat:
AInfo.plist | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/Info.plist b/Info.plist @@ -0,0 +1,17 @@ +<?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> +</dict> +</plist>