From 65dc81668cb70145d32f762f95cdb73fc708d11f Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Thu, 19 May 2011 16:04:11 +0000 Subject: Importing UTI types for HTML and CSS. svn path=/trunk/netsurf/; revision=12434 --- cocoa/res/NetSurf-Info.plist | 64 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 58 insertions(+), 6 deletions(-) (limited to 'cocoa') diff --git a/cocoa/res/NetSurf-Info.plist b/cocoa/res/NetSurf-Info.plist index fdb4eef27..159e8e2ca 100644 --- a/cocoa/res/NetSurf-Info.plist +++ b/cocoa/res/NetSurf-Info.plist @@ -4,6 +4,8 @@ CFBundleDevelopmentRegion English + CFBundleDocumentTypes + CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFile @@ -20,6 +22,18 @@ ${NETSURF_VERSION} CFBundleSignature ???? + CFBundleURLTypes + + + CFBundleURLName + org.netsurf-browser.NetSurf.URI + CFBundleURLSchemes + + http + https + + + CFBundleVersion ${NETSURF_SHORT_VERSION} LSMinimumSystemVersion @@ -28,16 +42,54 @@ MainMenu NSPrincipalClass NetSurfApp - CFBundleURLTypes + NSServices + + UTExportedTypeDeclarations + + UTImportedTypeDeclarations - CFBundleURLName - org.netsurf-browser.NetSurf.URI - CFBundleURLSchemes + UTTypeConformsTo - http - https + public.text + + UTTypeDescription + HTML + UTTypeIdentifier + public.html + UTTypeTagSpecification + + public.filename-extension + + html + htm + + public.mime-type + + text/html + + + + + UTTypeConformsTo + + public.source-code + UTTypeDescription + CSS + UTTypeIdentifier + org.w3.css + UTTypeTagSpecification + + public.filename-extension + + css + + public.mime-type + + text/css + + -- cgit v1.2.3