Rev 6055 | 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"?> |
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> |
||
8531 | hendricks2 | 8 | <string>VoidSW</string> |
2384 | hendricks2 | 9 | <key>CFBundleExecutable</key> |
8531 | hendricks2 | 10 | <string>voidsw</string> |
2384 | hendricks2 | 11 | <key>CFBundleGetInfoString</key> |
8531 | hendricks2 | 12 | <string>2.0, Copyright VoidSW Team</string> |
2384 | hendricks2 | 13 | <key>CFBundleIconFile</key> |
8531 | hendricks2 | 14 | <string>voidsw.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> |
||
8531 | hendricks2 | 20 | <string>VoidSW</string> |
2384 | hendricks2 | 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> |
8531 | hendricks2 | 26 | <string>VDSW</string> |
2384 | hendricks2 | 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>LSApplicationCategoryType</key> |
||
34 | <string>public.app-category.action-games</string> |
||
35 | <key>NSHumanReadableCopyright</key> |
||
8531 | hendricks2 | 36 | <string>Copyright VoidSW contributors</string> |
2384 | hendricks2 | 37 | <key>NSPrincipalClass</key> |
38 | <string>NSApplication</string> |
||
39 | </dict> |
||
40 | </plist> |