Created
December 2, 2009 18:59
-
-
Save digash/247446 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>CFBundleDisplayName</key> | |
<string>Conkeror</string> | |
<key>CFBundleIdentifier</key> | |
<string>org.mozdev.conkeror</string> | |
<key>CFBundleName</key> | |
<string>Conkeror</string> | |
<key>CFBundlePackageType</key> | |
<string>APPL</string> | |
<key>CFBundleShortVersionString</key> | |
<string>0.9.1git</string> | |
<key>CFBundleSignature</key> | |
<string>conk</string> | |
<!-- four letter code, supposed to be unique?!? --> | |
<key>CFBundleVersion</key> | |
<string>0.9.1</string> | |
<key>NSHumanReadableCopyright</key> | |
<string>(c) 2007, Shawn Betts</string> | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleExecutable</key> | |
<string>xulrunner</string> | |
<key>CFBundleGetInfoString</key> | |
<string>Conkeror 0.9.1, A 100% keyboard driven mozilla based web browser.</string> | |
<key>CFBundleInfoDictionaryVersion</key> | |
<string>6.0</string> | |
<!-- I have no good reference as to why this is 6.0 --> | |
<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>document.icns</string> | |
<key>CFBundleTypeName</key> | |
<string>HTML Document</string> | |
<key>CFBundleTypeOSTypes</key> | |
<array> | |
<string>HTML</string> | |
</array> | |
<key>CFBundleTypeRole</key> | |
<string>Viewer</string> | |
</dict> | |
<dict> | |
<key>CFBundleTypeExtensions</key> | |
<array> | |
<string>text</string> | |
<string>txt</string> | |
<string>js</string> | |
<string>log</string> | |
<string>css</string> | |
<string>xul</string> | |
<string>rdf</string> | |
</array> | |
<key>CFBundleTypeIconFile</key> | |
<string>document.icns</string> | |
<key>CFBundleTypeName</key> | |
<string>Text Document</string> | |
<key>CFBundleTypeOSTypes</key> | |
<array> | |
<string>TEXT</string> | |
<string>utxt</string> | |
</array> | |
<key>CFBundleTypeRole</key> | |
<string>Viewer</string> | |
</dict> | |
<dict> | |
<key>CFBundleTypeExtensions</key> | |
<array> | |
<string>jpeg</string> | |
<string>jpg</string> | |
<string>png</string> | |
<string>gif</string> | |
</array> | |
<key>CFBundleTypeIconFile</key> | |
<string>fileBookmark.icns</string> | |
<key>CFBundleTypeName</key> | |
<string>document.icns</string> | |
<key>CFBundleTypeOSTypes</key> | |
<array> | |
<string>GIFf</string> | |
<string>JPEG</string> | |
<string>PNGf</string> | |
</array> | |
<key>CFBundleTypeRole</key> | |
<string>Viewer</string> | |
</dict> | |
</array> | |
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleURLIconFile</key> | |
<string>document.icns</string> | |
<key>CFBundleURLName</key> | |
<string>http URL</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>http</string> | |
</array> | |
</dict> | |
<dict> | |
<key>CFBundleURLIconFile</key> | |
<string>document.icns</string> | |
<key>CFBundleURLName</key> | |
<string>https URL</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>https</string> | |
</array> | |
</dict> | |
<dict> | |
<key>CFBundleURLName</key> | |
<string>ftp URL</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>ftp</string> | |
</array> | |
</dict> | |
<dict> | |
<key>CFBundleURLName</key> | |
<string>file URL</string> | |
<key>CFBundleURLSchemes</key> | |
<array> | |
<string>file</string> | |
</array> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment