URI: 
       tForgot to add plist for OS X build script - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 8c2ca744d926a54d430268ade57ca54a42492592
   DIR parent c6a31dac18cd7a4bba4f233a3f8d6fd0581d7ef6
  HTML 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:
         A Info.plist                          |      17 +++++++++++++++++
       
       1 file changed, 17 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/Info.plist b/Info.plist
       t@@ -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>