diff options
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> |