mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
6a299ce0b8
svn-id: r55082
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//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>@VERSION@, Copyright 2001-2011 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>@VERSION@</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@VERSION@</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2001-2011 The ScummVM team</string>
|
|
</dict>
|
|
</plist>
|