diff options
Diffstat (limited to 'mac')
-rw-r--r-- | mac/Plumb.app/Contents/Info.plist | 15 |
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> |