aboutsummaryrefslogtreecommitdiff
path: root/dists/iphone/Info.plist.in
diff options
context:
space:
mode:
authorVincent Bénony2015-12-01 19:15:10 +0100
committerVincent Bénony2016-01-06 15:35:31 +0100
commit1c9fcdbc6903659f68d1365dc5059d7bb0fd9b96 (patch)
tree495fd74ce4e983c3eff2ec9b6acafa555e7be794 /dists/iphone/Info.plist.in
parent39b98c1cc697087c9bf8b26cc943afa25613344b (diff)
downloadscummvm-rg350-1c9fcdbc6903659f68d1365dc5059d7bb0fd9b96.tar.gz
scummvm-rg350-1c9fcdbc6903659f68d1365dc5059d7bb0fd9b96.tar.bz2
scummvm-rg350-1c9fcdbc6903659f68d1365dc5059d7bb0fd9b96.zip
IOS: Updates Info.plist
Diffstat (limited to 'dists/iphone/Info.plist.in')
-rw-r--r--dists/iphone/Info.plist.in33
1 files changed, 19 insertions, 14 deletions
diff --git a/dists/iphone/Info.plist.in b/dists/iphone/Info.plist.in
index 2bcdd15a03..a645bb689f 100644
--- a/dists/iphone/Info.plist.in
+++ b/dists/iphone/Info.plist.in
@@ -6,8 +6,12 @@
<string>en</string>
<key>CFBundleExecutable</key>
<string>ScummVM</string>
+ <key>CFBundleIcons</key>
+ <dict/>
+ <key>CFBundleIcons~ipad</key>
+ <dict/>
<key>CFBundleIdentifier</key>
- <string>org.scummvm.scummvm</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -20,26 +24,27 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@VERSION@</string>
- <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>UIApplicationExitsOnSuspend</key>
+ <true/>
+ <key>UIFileSharingEnabled</key>
+ <true/>
<key>UIPrerenderedIcon</key>
<true/>
- <key>UIDeviceFamily</key>
- <array>
- <integer>1</integer>
- <integer>2</integer>
- </array>
+ <key>UIRequiresFullScreen</key>
+ <true/>
+ <key>UIStatusBarHidden</key>
+ <true/>
<key>UISupportedInterfaceOrientations</key>
<array>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
+ <string>UIInterfaceOrientationPortrait</string>
</array>
</dict>
</plist>