diff options
author | Vincent Bénony | 2015-12-07 14:12:16 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:35 +0100 |
commit | e9378ccf3e07fc564daafd5099f95439d7b612a3 (patch) | |
tree | 2e5e264800cebb7653d8719273aabffedff45324 /dists | |
parent | 5b15f06b9299a27be5df028855ee6b592361bdf3 (diff) | |
download | scummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.tar.gz scummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.tar.bz2 scummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.zip |
IOS: Avoid subclassing UIApplication, and handle multitasking
Diffstat (limited to 'dists')
-rw-r--r-- | dists/ios7/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/ios7/Info.plist b/dists/ios7/Info.plist index 3735919321..84885d9232 100644 --- a/dists/ios7/Info.plist +++ b/dists/ios7/Info.plist @@ -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>1.8.0git</string> <key>UIApplicationExitsOnSuspend</key> - <true/> + <false/> <key>UIFileSharingEnabled</key> <true/> + <key>UILaunchImages</key> + <array/> <key>UIPrerenderedIcon</key> <true/> <key>UIRequiresFullScreen</key> |