summaryrefslogtreecommitdiff
path: root/cocoa/res/NetSurf-Info.plist
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-05-19 16:04:11 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-05-19 16:04:11 +0000
commit65dc81668cb70145d32f762f95cdb73fc708d11f (patch)
tree44209893b9c803515582ad26eebb6317390200da /cocoa/res/NetSurf-Info.plist
parent3cae7a7d86c42ee689a25533b6936d43320f11f6 (diff)
downloadnetsurf-65dc81668cb70145d32f762f95cdb73fc708d11f.tar.gz
netsurf-65dc81668cb70145d32f762f95cdb73fc708d11f.tar.bz2
Importing UTI types for HTML and CSS.
svn path=/trunk/netsurf/; revision=12434
Diffstat (limited to 'cocoa/res/NetSurf-Info.plist')
-rw-r--r--cocoa/res/NetSurf-Info.plist64
1 files changed, 58 insertions, 6 deletions
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 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
+ <key>CFBundleDocumentTypes</key>
+ <array/>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
@@ -20,6 +22,18 @@
<string>${NETSURF_VERSION}</string>
<key>CFBundleSignature</key>
<string>????</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>org.netsurf-browser.NetSurf.URI</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>http</string>
+ <string>https</string>
+ </array>
+ </dict>
+ </array>
<key>CFBundleVersion</key>
<string>${NETSURF_SHORT_VERSION}</string>
<key>LSMinimumSystemVersion</key>
@@ -28,16 +42,54 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NetSurfApp</string>
- <key>CFBundleURLTypes</key>
+ <key>NSServices</key>
+ <array/>
+ <key>UTExportedTypeDeclarations</key>
+ <array/>
+ <key>UTImportedTypeDeclarations</key>
<array>
<dict>
- <key>CFBundleURLName</key>
- <string>org.netsurf-browser.NetSurf.URI</string>
- <key>CFBundleURLSchemes</key>
+ <key>UTTypeConformsTo</key>
<array>
- <string>http</string>
- <string>https</string>
+ <string>public.text</string>
+ </array>
+ <key>UTTypeDescription</key>
+ <string>HTML</string>
+ <key>UTTypeIdentifier</key>
+ <string>public.html</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>html</string>
+ <string>htm</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>text/html</string>
+ </array>
+ </dict>
+ </dict>
+ <dict>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.source-code</string>
</array>
+ <key>UTTypeDescription</key>
+ <string>CSS</string>
+ <key>UTTypeIdentifier</key>
+ <string>org.w3.css</string>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>css</string>
+ </array>
+ <key>public.mime-type</key>
+ <array>
+ <string>text/css</string>
+ </array>
+ </dict>
</dict>
</array>
</dict>