2009-08-07 18:16:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-09-25 18:07:19 +00:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
2009-08-07 18:16:58 +00:00
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>ScummVM</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>
|
2020-08-30 13:42:19 +02:00
|
|
|
<string>2.3.0git</string>
|
2009-08-07 18:16:58 +00:00
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2020-08-30 13:42:19 +02:00
|
|
|
<string>2.3.0git</string>
|
2009-08-07 18:16:58 +00:00
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>icon.png</string>
|
2010-09-17 19:41:41 +00:00
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
|
<array>
|
|
|
|
<string>icon.png</string>
|
|
|
|
<string>icon-72.png</string>
|
2010-09-25 18:07:19 +00:00
|
|
|
<string>icon4.png</string>
|
2010-09-17 19:41:41 +00:00
|
|
|
</array>
|
2009-08-07 18:16:58 +00:00
|
|
|
<key>UIPrerenderedIcon</key>
|
|
|
|
<true/>
|
2010-05-07 11:18:44 +00:00
|
|
|
<key>UIDeviceFamily</key>
|
|
|
|
<array>
|
|
|
|
<integer>1</integer>
|
|
|
|
<integer>2</integer>
|
|
|
|
</array>
|
2014-06-04 20:22:54 +02:00
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2009-08-07 18:16:58 +00:00
|
|
|
</dict>
|
|
|
|
</plist>
|