https://github.com/scummvm/scummvm
Raw File
Tip revision: df7e13e84f3f9a3877afc0c07b3f00ceca6141eb authored by Robin Watts on 03 April 2010, 11:27:33 UTC
Updated README-WinCE.txt file. This is a late checkin, but can't affect
Tip revision: df7e13e
Info.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDisplayName</key>
	<string>ScummVM</string>
	<key>CFBundleExecutable</key>
	<string>scummvm</string>
	<key>CFBundleGetInfoString</key>
	<string>1.1.0, Copyright 2001-2010 The ScummVM team</string>
	<key>CFBundleIconFile</key>
	<string>scummvm.icns</string>
	<key>CFBundleIdentifier</key>
	<string>org.scummvm.scummvm</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>ScummVM</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>1.1.0</string>
	<key>CFBundleVersion</key>
	<string>1.1.0</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2001-2010 The ScummVM team</string>
</dict>
</plist>
back to top