From 1e8b0874ab689f004e601b880430bea63ae3345a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 6 Mar 2016 19:28:48 -0800 Subject: iOS build: show correct program name on launch screen Signed-off-by: Dirk Hohndel --- packaging/ios/Info.plist | 2 +- packaging/ios/SubsurfaceMobileLaunch.xib | 50 +++++++++++++++++++++++++ packaging/ios/subsurface-ios/subsurface-ios.pro | 3 +- 3 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 packaging/ios/SubsurfaceMobileLaunch.xib (limited to 'packaging/ios') diff --git a/packaging/ios/Info.plist b/packaging/ios/Info.plist index aeaeab967..b25f58e7a 100644 --- a/packaging/ios/Info.plist +++ b/packaging/ios/Info.plist @@ -63,7 +63,7 @@ LSRequiresIPhoneOS UILaunchStoryboardName - LaunchScreen + SubsurfaceMobileLaunch UISupportedInterfaceOrientations UIInterfaceOrientationPortrait diff --git a/packaging/ios/SubsurfaceMobileLaunch.xib b/packaging/ios/SubsurfaceMobileLaunch.xib new file mode 100644 index 000000000..44747522f --- /dev/null +++ b/packaging/ios/SubsurfaceMobileLaunch.xib @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packaging/ios/subsurface-ios/subsurface-ios.pro b/packaging/ios/subsurface-ios/subsurface-ios.pro index fd26c1f55..e3f657eb2 100644 --- a/packaging/ios/subsurface-ios/subsurface-ios.pro +++ b/packaging/ios/subsurface-ios/subsurface-ios.pro @@ -221,6 +221,7 @@ include(deployment.pri) ios { ios_icon.files = $$files(../../../icons/AppIcon*.png) - QMAKE_BUNDLE_DATA += ios_icon + app_launch_images.files = ../SubsurfaceMobileLaunch.xib $$files(../SubsurfaceMobileLaunchImage*.png) + QMAKE_BUNDLE_DATA += app_launch_images ios_icon QMAKE_INFO_PLIST = ../Info.plist } -- cgit v1.2.3-70-g09d2