]> Dogcows Code - chaz/thecheat/blob - Info-The_Cheat.plist
The Cheat 1.1.1
[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>CFBundleTypeName</key>
11 <string>The Cheat</string>
12 <key>CFBundleTypeRole</key>
13 <string>Editor</string>
14 <key>NSDocumentClass</key>
15 <string>MyDocument</string>
16 </dict>
17 </array>
18 <key>CFBundleExecutable</key>
19 <string>The Cheat</string>
20 <key>CFBundleGetInfoString</key>
21 <string>The Cheat 1.1.1</string>
22 <key>CFBundleIconFile</key>
23 <string>icon.icns</string>
24 <key>CFBundleIdentifier</key>
25 <string>com.brokenzipper.TheCheat</string>
26 <key>CFBundleInfoDictionaryVersion</key>
27 <string>6.0</string>
28 <key>CFBundleName</key>
29 <string>The Cheat</string>
30 <key>CFBundlePackageType</key>
31 <string>APPL</string>
32 <key>CFBundleShortVersionString</key>
33 <string>1.1.1</string>
34 <key>CFBundleSignature</key>
35 <string>ThCh</string>
36 <key>NSMainNibFile</key>
37 <string>MainMenu</string>
38 <key>NSPrincipalClass</key>
39 <string>AppController</string>
40 </dict>
41 </plist>
This page took 0.036226 seconds and 4 git commands to generate.