From 66ad987412438ff1fe01db3d3672dcbb99e8e3c6 Mon Sep 17 00:00:00 2001 From: Rob Kroeger Date: Wed, 22 Jan 2014 13:43:39 -0500 Subject: mac/Plumb: add URL scheme to Info.plist LGTM=rsc R=rsc CC=plan9port.codebot https://codereview.appspot.com/40780044 --- mac/Plumb.app/Contents/Info.plist | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'mac/Plumb.app') 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 @@ CFBundleSignature Plumb1 CFBundleVersion - 1 + 2 + CFBundleURLName + Plan9 Plumber + CFBundleURLTypes + + + CFBundleURLName + Run plumber URL + CFBundleURLSchemes + + plumb + + + CFBundleDocumentTypes -- cgit v1.2.3