Debian package: Support xulrunner 9+10 in debian/conkeror.bin, drop support for unver...
[conkeror.git] / Info.plist
blobe4492a6a2909daf3665533289f96e2cfca844a3e
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>$CONKEROR_SHORT_VERSION$</string>
20 <key>CFBundleSignature</key>
21 <string>conk</string> <!-- four letter code, supposed to be unique?!? -->
23 <key>CFBundleVersion</key>
24 <string>1.0pre</string>
26 <key>NSHumanReadableCopyright</key>
27 <string>(c) 2007, Shawn Betts</string>
29 <key>CFBundleDevelopmentRegion</key>
30 <string>English</string>
32 <key>CFBundleExecutable</key>
33 <string>xulrunner</string>
35 <key>CFBundleGetInfoString</key>
36 <string>Conkeror 1.0pre, A 100% keyboard driven mozilla based web browser.</string>
38 <key>CFBundleInfoDictionaryVersion</key>
39 <string>6.0</string> <!-- I have no good reference as to why this is 6.0 -->
40 </dict>
41 </plist>