From a2ee57865345a542953a83e1e574be723366e185 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Mon, 20 Feb 2012 08:09:19 -0500 Subject: [PATCH] Info.plist: update so Conkeror can be default browser on OS X Also removed CFBundleSignature from Info.plist, because it is only needed for applications that create nonstandard document types, and in theory, must be registered with Apple if used. This patch made by Konrad Hinsen . --- Info.plist | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/Info.plist b/Info.plist index e4492a6..9ee1368 100644 --- a/Info.plist +++ b/Info.plist @@ -17,9 +17,6 @@ CFBundleShortVersionString $CONKEROR_SHORT_VERSION$ - CFBundleSignature - conk - CFBundleVersion 1.0pre @@ -35,6 +32,27 @@ CFBundleGetInfoString Conkeror 1.0pre, A 100% keyboard driven mozilla based web browser. + CFBundleURLTypes + + + CFBundleURLName + Web site URL + CFBundleURLSchemes + + http + https + + + + CFBundleURLName + Local file URL + CFBundleURLSchemes + + file + + + + CFBundleInfoDictionaryVersion 6.0 -- 2.11.4.GIT