Forgot to add plist for OS X build script
authorMaran <maran.hidskes@gmail.com>
Mon, 17 Jun 2013 22:08:07 +0000 (00:08 +0200)
committerMaran <maran.hidskes@gmail.com>
Mon, 17 Jun 2013 22:08:07 +0000 (00:08 +0200)
Info.plist [new file with mode: 0644]

diff --git a/Info.plist b/Info.plist
new file mode 100644 (file)
index 0000000..217f9ad
--- /dev/null
@@ -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>