]> Dogcows Code - chaz/thecheat/blob - Info-The_Cheat.plist
The Cheat 1.1.2
[chaz/thecheat] / Info-The_Cheat.plist
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDocumentTypes</key>
8 <array>
9 <dict>
10 <key>CFBundleTypeExtensions</key>
11 <array>
12 <string>cheat</string>
13 </array>
14 <key>CFBundleTypeIconFile</key>
15 <string>icondoc.icns</string>
16 <key>CFBundleTypeName</key>
17 <string>Cheat Document</string>
18 <key>CFBundleTypeOSTypes</key>
19 <array>
20 <string>ThCh</string>
21 </array>
22 <key>CFBundleTypeRole</key>
23 <string>Editor</string>
24 </dict>
25 </array>
26 <key>CFBundleExecutable</key>
27 <string>The Cheat</string>
28 <key>CFBundleGetInfoString</key>
29 <string>The Cheat 1.1.2</string>
30 <key>CFBundleIconFile</key>
31 <string>icon.icns</string>
32 <key>CFBundleIdentifier</key>
33 <string>com.brokenzipper.TheCheat</string>
34 <key>CFBundleInfoDictionaryVersion</key>
35 <string>6.0</string>
36 <key>CFBundleName</key>
37 <string>The Cheat</string>
38 <key>CFBundlePackageType</key>
39 <string>APPL</string>
40 <key>CFBundleShortVersionString</key>
41 <string>1.1.2</string>
42 <key>CFBundleSignature</key>
43 <string>ThCh</string>
44 <key>NSMainNibFile</key>
45 <string>MainMenu</string>
46 <key>NSPrincipalClass</key>
47 <string>AppController</string>
48 </dict>
49 </plist>
This page took 0.037039 seconds and 4 git commands to generate.