Rev 2384 | Rev 3551 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2384 | hendricks2 | 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>CFBundleDisplayName</key> |
||
8 | <string>Mapster32</string> |
||
9 | <key>CFBundleExecutable</key> |
||
10 | <string>mapster32</string> |
||
11 | <key>CFBundleGetInfoString</key> |
||
12 | <string>2.0, Copyright EDuke32 Team</string> |
||
13 | <key>CFBundleIconFile</key> |
||
14 | <string>mapster32.icns</string> |
||
15 | <key>CFBundleIdentifier</key> |
||
2396 | hendricks2 | 16 | <string>com.eduke32.mapster32</string> |
2384 | hendricks2 | 17 | <key>CFBundleInfoDictionaryVersion</key> |
18 | <string>6.0</string> |
||
19 | <key>CFBundleName</key> |
||
20 | <string>Mapster32</string> |
||
21 | <key>CFBundlePackageType</key> |
||
22 | <string>APPL</string> |
||
23 | <key>CFBundleSignature</key> |
||
24 | <string>MP32</string> |
||
25 | <key>CFBundleShortVersionString</key> |
||
26 | <string>2.0</string> |
||
27 | <key>CFBundleVersion</key> |
||
28 | <string>2.0</string> |
||
29 | <key>CSResourcesFileMapped</key> |
||
30 | <true/> |
||
2396 | hendricks2 | 31 | <key>NSMainNibFile</key> |
32 | <string>build.osxmain</string> |
||
2384 | hendricks2 | 33 | <key>NSHumanReadableCopyright</key> |
34 | <string>Copyright EDuke32 Team</string> |
||
35 | <key>NSPrincipalClass</key> |
||
36 | <string>NSApplication</string> |
||
37 | <key>CGDisableCoalescedUpdates</key> |
||
38 | <true/> |
||
39 | </dict> |
||
40 | </plist> |