]> Dogcows Code - chaz/thecheat/blob - Info.plist
update contact information and project URL
[chaz/thecheat] / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//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>????</string>
21 </array>
22 <key>CFBundleTypeRole</key>
23 <string>Editor</string>
24 <key>LSTypeIsPackage</key>
25 <false/>
26 <key>NSDocumentClass</key>
27 <string>CheatDocument</string>
28 </dict>
29 </array>
30 <key>CFBundleExecutable</key>
31 <string>The Cheat</string>
32 <key>CFBundleGetInfoString</key>
33 <string>The Cheat 1.2.5</string>
34 <key>CFBundleIconFile</key>
35 <string>icon.icns</string>
36 <key>CFBundleIdentifier</key>
37 <string>com.brokenzipper.TheCheat</string>
38 <key>SecTaskAccess</key>
39 <string>allowed</string>
40 <key>CFBundleInfoDictionaryVersion</key>
41 <string>6.0</string>
42 <key>CFBundleName</key>
43 <string>The Cheat</string>
44 <key>CFBundlePackageType</key>
45 <string>APPL</string>
46 <key>CFBundleShortVersionString</key>
47 <string>1.2.5</string>
48 <key>CFBundleSignature</key>
49 <string>chœt</string>
50 <key>CFBundleURLTypes</key>
51 <array>
52 <dict>
53 <key>CFBundleURLName</key>
54 <string>The Cheat</string>
55 <key>CFBundleURLSchemes</key>
56 <array>
57 <string>cheat</string>
58 </array>
59 </dict>
60 </array>
61 <key>CFBundleVersion</key>
62 <string>1.2.5</string>
63 <key>NSAppleScriptEnabled</key>
64 <string>YES</string>
65 <key>NSMainNibFile</key>
66 <string>MainMenu</string>
67 <key>NSPrincipalClass</key>
68 <string>AppController</string>
69 </dict>
70 </plist>
This page took 0.03583 seconds and 4 git commands to generate.