Rev 8531 | 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"?> |
4646 | hendricks2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
2384 | hendricks2 | 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> |
||
4646 | hendricks2 | 15 | <key>CFBundleIdentifier</key> |
5559 | hendricks2 | 16 | <string>$(PRODUCT_BUNDLE_IDENTIFIER)</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> |
||
4646 | hendricks2 | 23 | <key>CFBundleShortVersionString</key> |
24 | <string>2.0</string> |
||
2384 | hendricks2 | 25 | <key>CFBundleSignature</key> |
26 | <string>MP32</string> |
||
27 | <key>CFBundleVersion</key> |
||
28 | <string>2.0</string> |
||
4646 | hendricks2 | 29 | <key>CGDisableCoalescedUpdates</key> |
30 | <true/> |
||
31 | <key>CSResourcesFileMapped</key> |
||
32 | <true/> |
||
33 | <key>NSHumanReadableCopyright</key> |
||
8531 | hendricks2 | 34 | <string>Copyright EDuke32 contributors</string> |
2384 | hendricks2 | 35 | <key>NSPrincipalClass</key> |
36 | <string>NSApplication</string> |
||
8590 | hendricks2 | 37 | <key>NSSupportsAutomaticGraphicsSwitching</key> |
38 | <true/> |
||
2384 | hendricks2 | 39 | </dict> |
40 | </plist> |