aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Kroeger <robkroeger@gmail.com>2014-01-22 13:43:39 -0500
committerRuss Cox <rsc@swtch.com>2014-01-22 13:43:39 -0500
commit66ad987412438ff1fe01db3d3672dcbb99e8e3c6 (patch)
tree8113b808f3a864e0db226541ab0569f568a82b3e
parent042a069825343a987ae3c930a2caa43a3d997d88 (diff)
downloadplan9port-66ad987412438ff1fe01db3d3672dcbb99e8e3c6.tar.gz
plan9port-66ad987412438ff1fe01db3d3672dcbb99e8e3c6.tar.bz2
plan9port-66ad987412438ff1fe01db3d3672dcbb99e8e3c6.zip
mac/Plumb: add URL scheme to Info.plist
LGTM=rsc R=rsc CC=plan9port.codebot https://codereview.appspot.com/40780044
-rw-r--r--mac/Plumb.app/Contents/Info.plist15
1 files changed, 14 insertions, 1 deletions
diff --git a/mac/Plumb.app/Contents/Info.plist b/mac/Plumb.app/Contents/Info.plist
index 5319ea10..d6e63edb 100644
--- a/mac/Plumb.app/Contents/Info.plist
+++ b/mac/Plumb.app/Contents/Info.plist
@@ -23,7 +23,20 @@
<key>CFBundleSignature</key>
<string>Plumb1</string>
<key>CFBundleVersion</key>
- <string>1</string>
+ <string>2</string>
+ <key>CFBundleURLName</key>
+ <string>Plan9 Plumber</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>Run plumber URL</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>plumb</string>
+ </array>
+ </dict>
+ </array>
<key>CFBundleDocumentTypes</key>
<array>
<dict>