URI: 
       tmac/Plumb: add URL scheme to Info.plist - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 66ad987412438ff1fe01db3d3672dcbb99e8e3c6
   DIR parent 042a069825343a987ae3c930a2caa43a3d997d88
  HTML Author: Rob Kroeger <robkroeger@gmail.com>
       Date:   Wed, 22 Jan 2014 13:43:39 -0500
       
       mac/Plumb: add URL scheme to Info.plist
       
       LGTM=rsc
       R=rsc
       CC=plan9port.codebot
       https://codereview.appspot.com/40780044
       
       Diffstat:
         M mac/Plumb.app/Contents/Info.plist   |      15 ++++++++++++++-
       
       1 file changed, 14 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/mac/Plumb.app/Contents/Info.plist b/mac/Plumb.app/Contents/Info.plist
       t@@ -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>