layout.spellcheckDefault pref off by default
[conkeror.git] / Info.plist
blob140a291edbc483b3ce801fa7cfef63a773094013
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDisplayName</key>
6 <string>Conkeror</string>
8 <key>CFBundleIdentifier</key>
9 <string>org.mozdev.conkeror</string>
11 <key>CFBundleName</key>
12 <string>Conkeror</string>
14 <key>CFBundlePackageType</key>
15 <string>APPL</string>
17 <key>CFBundleShortVersionString</key>
18 <string>1.0</string>
20 <key>CFBundleVersion</key>
21 <string>1.0pre</string>
23 <key>NSHumanReadableCopyright</key>
24 <string>(c) 2007, Shawn Betts</string>
26 <key>CFBundleDevelopmentRegion</key>
27 <string>English</string>
29 <key>CFBundleExecutable</key>
30 <string>xulrunner</string>
32 <key>CFBundleGetInfoString</key>
33 <string>Conkeror 1.0pre, A 100% keyboard driven mozilla based web browser.</string>
35 <key>CFBundleURLTypes</key>
36 <array>
37 <dict>
38 <key>CFBundleURLName</key>
39 <string>Web site URL</string>
40 <key>CFBundleURLSchemes</key>
41 <array>
42 <string>http</string>
43 <string>https</string>
44 </array>
45 </dict>
46 <dict>
47 <key>CFBundleURLName</key>
48 <string>Local file URL</string>
49 <key>CFBundleURLSchemes</key>
50 <array>
51 <string>file</string>
52 </array>
53 </dict>
54 </array>
56 <key>CFBundleInfoDictionaryVersion</key>
57 <string>6.0</string> <!-- I have no good reference as to why this is 6.0 -->
58 </dict>
59 </plist>