aboutsummaryrefslogtreecommitdiff
path: root/dists/ios7
diff options
context:
space:
mode:
authorVincent Bénony2016-01-06 08:31:52 +0100
committerVincent Bénony2016-01-06 16:20:28 +0100
commitac94ad116200cafca46cce23771309919110f6d5 (patch)
tree5a16dfc7616a71bc00c4323ff795d08e8d5f8eb1 /dists/ios7
parentefdb5679ce6304dbc854afbbc511e633d7513338 (diff)
downloadscummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.tar.gz
scummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.tar.bz2
scummvm-rg350-ac94ad116200cafca46cce23771309919110f6d5.zip
IOS: Update the autotools template files
Diffstat (limited to 'dists/ios7')
-rw-r--r--dists/ios7/Info.plist.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/ios7/Info.plist.in b/dists/ios7/Info.plist.in
index c179ffed8f..33094f4df9 100644
--- a/dists/ios7/Info.plist.in
+++ b/dists/ios7/Info.plist.in
@@ -10,8 +10,6 @@
<dict/>
<key>CFBundleIcons~ipad</key>
<dict/>
- <key>UILaunchImages</key>
- <array/>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -27,9 +25,11 @@
<key>CFBundleVersion</key>
<string>@VERSION@</string>
<key>UIApplicationExitsOnSuspend</key>
- <true/>
+ <false/>
<key>UIFileSharingEnabled</key>
<true/>
+ <key>UILaunchImages</key>
+ <array/>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiresFullScreen</key>