summaryrefslogtreecommitdiffstats
path: root/packaging/ios/subsurface-ios/subsurface-ios.pro
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-06 19:28:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-06 19:35:37 -0800
commit1e8b0874ab689f004e601b880430bea63ae3345a (patch)
treeacb9be7e3df5584fd649394df7424b302615231c /packaging/ios/subsurface-ios/subsurface-ios.pro
parent8a96f6e90bbb5e246c2c19b43d82bf24e2ff8c62 (diff)
downloadsubsurface-1e8b0874ab689f004e601b880430bea63ae3345a.tar.gz
iOS build: show correct program name on launch screen
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/subsurface-ios/subsurface-ios.pro')
-rw-r--r--packaging/ios/subsurface-ios/subsurface-ios.pro3
1 files changed, 2 insertions, 1 deletions
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
}