summaryrefslogtreecommitdiff
path: root/cocoa/res
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-05-19 16:04:54 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-05-19 16:04:54 +0000
commited7e65c74b12758476495068b35490eb2bd14b10 (patch)
tree848a855f32c1b08014cb573a05306f148c84d258 /cocoa/res
parent65dc81668cb70145d32f762f95cdb73fc708d11f (diff)
downloadnetsurf-ed7e65c74b12758476495068b35490eb2bd14b10.tar.gz
netsurf-ed7e65c74b12758476495068b35490eb2bd14b10.tar.bz2
Netsurf now appears in the 'Open with' menu for HTML files.
svn path=/trunk/netsurf/; revision=12435
Diffstat (limited to 'cocoa/res')
-rw-r--r--cocoa/res/NetSurf-Info.plist17
1 files changed, 16 insertions, 1 deletions
diff --git a/cocoa/res/NetSurf-Info.plist b/cocoa/res/NetSurf-Info.plist
index 159e8e2ca..60bf6820e 100644
--- a/cocoa/res/NetSurf-Info.plist
+++ b/cocoa/res/NetSurf-Info.plist
@@ -5,7 +5,22 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
- <array/>
+ <array>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array/>
+ <key>CFBundleTypeMIMETypes</key>
+ <array/>
+ <key>CFBundleTypeName</key>
+ <string>HTML</string>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.html</string>
+ </array>
+ </dict>
+ </array>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>