summaryrefslogtreecommitdiffstats
path: root/mkspecs/macx-ios-clang/Info.plist.app
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2014-11-03 11:23:05 +0100
committerJani Heikkinen <jani.heikkinen@theqtcompany.com>2014-11-11 20:43:05 +0100
commitd4fcf2ca40e635cc0f198afe6e17e88ba098835b (patch)
tree62f20505099769e868a6ae0ab26c93c076db3783 /mkspecs/macx-ios-clang/Info.plist.app
parent0c2f7388a89a9d8ae24379cdbee11a9f85304d19 (diff)
iOS: let qmake generate default LaunchScreen.xib
iOS8 will check if the app has a LaunchScreen.xib to determine if it supports iPhone6/6+ (scale factor and resolution). So we follow the same pattern as we do with the launch image for iPhone5, and generate a default LaunchScreen.xib. The xib file in this patch is a copy of a default file generated by a native Xcode project (with quotes escaped), but with the text label set to be $$TARGET. Change-Id: I163ab48b6f4edea4cc1f6840a1f3d8b3cc0326db Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'mkspecs/macx-ios-clang/Info.plist.app')
-rwxr-xr-xmkspecs/macx-ios-clang/Info.plist.app2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/macx-ios-clang/Info.plist.app b/mkspecs/macx-ios-clang/Info.plist.app
index 2987804e33..623ed496c5 100755
--- a/mkspecs/macx-ios-clang/Info.plist.app
+++ b/mkspecs/macx-ios-clang/Info.plist.app
@@ -24,6 +24,8 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>UILaunchStoryboardName</key>
+ <string>LaunchScreen</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>