aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone/Info.plist.in
diff options
context:
space:
mode:
authorVincent Bénony2015-12-04 18:20:09 +0100
committerVincent Bénony2016-01-06 16:17:33 +0100
commit638dc113f8c05f121d50e68f68c4e86c130756a4 (patch)
treecbedc39632929b50063ec4f7df6c181652d83f02 /dists/iphone/Info.plist.in
parent124d37247beaffbd48cd1e74c0eec3d4f38dc661 (diff)
downloadscummvm-rg350-638dc113f8c05f121d50e68f68c4e86c130756a4.tar.gz
scummvm-rg350-638dc113f8c05f121d50e68f68c4e86c130756a4.tar.bz2
scummvm-rg350-638dc113f8c05f121d50e68f68c4e86c130756a4.zip
IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7)
The "iphone" backend is the support for the old iPhones. The "ios7" backend is for the new iPhones.
Diffstat (limited to 'dists/iphone/Info.plist.in')
-rw-r--r--dists/iphone/Info.plist.in35
1 files changed, 14 insertions, 21 deletions
diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in
index c179ffed8f..2bcdd15a03 100644
--- a/dists/iphone/Info.plist.in
+++ b/dists/iphone/Info.plist.in
@@ -6,14 +6,8 @@
<string>en</string>
<key>CFBundleExecutable</key>
<string>ScummVM</string>
- <key>CFBundleIcons</key>
- <dict/>
- <key>CFBundleIcons~ipad</key>
- <dict/>
- <key>UILaunchImages</key>
- <array/>
<key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <string>org.scummvm.scummvm</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -26,27 +20,26 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
- <key>UIApplicationExitsOnSuspend</key>
- <true/>
- <key>UIFileSharingEnabled</key>
- <true/>
+ <key>CFBundleIconFile</key>
+ <string>icon.png</string>
+ <key>CFBundleIconFiles</key>
+ <array>
+ <string>icon.png</string>
+ <string>icon-72.png</string>
+ <string>icon4.png</string>
+ </array>
<key>UIPrerenderedIcon</key>
<true/>
- <key>UIRequiresFullScreen</key>
- <true/>
- <key>UIStatusBarHidden</key>
- <true/>
- <key>UISupportedInterfaceOrientations</key>
+ <key>UIDeviceFamily</key>
<array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
+ <integer>1</integer>
+ <integer>2</integer>
</array>
- <key>UISupportedInterfaceOrientations~ipad</key>
+ <key>UISupportedInterfaceOrientations</key>
<array>
+ <string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>