
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>html</string> <string>htm</string> <string>shtml</string> <string>xht</string> <string>xhtml</string> </array> <key>CFBundleTypeIconFile</key> <string>appIcon.icns</string> <key>CFBundleTypeName</key> <string>HTML Document</string> <key>CFBundleTypeOSTypes</key> <array> <string>HTML</string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> </array> |