mac/Plumb: add URL scheme to Info.plist

LGTM=rsc
R=rsc
CC=plan9port.codebot
https://codereview.appspot.com/40780044
This commit is contained in:
Rob Kroeger 2014-01-22 13:43:39 -05:00 committed by Russ Cox
parent 042a069825
commit 66ad987412

View file

@ -23,7 +23,20 @@
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Plumb1</string> <string>Plumb1</string>
<key>CFBundleVersion</key> <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> <key>CFBundleDocumentTypes</key>
<array> <array>
<dict> <dict>