public
Description: My own, trendy conkeror repo for committing and such so that I no longer have to do silly things like send patches to mailing lists.
Homepage: http://conkeror.mozdev.org/index.php
Clone URL: git://github.com/wfarr/conkeror.git
Search Repo:
conkeror / Info.plist
100644 41 lines (30 sloc) 1.221 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?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>$CONKEROR_SHORT_VERSION$</string>
 
    <key>CFBundleSignature</key>
    <string>conk</string> <!-- for letter code, supposed to be unique?!? -->
 
    <key>CFBundleVersion</key>
    <string>$CONKEROR_VERSION$</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 $CONKEROR_VERSION$, 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 -->
  </dict>
</plist>