diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 19:28:48 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 19:35:37 -0800 |
commit | 1e8b0874ab689f004e601b880430bea63ae3345a (patch) | |
tree | acb9be7e3df5584fd649394df7424b302615231c /packaging/ios/subsurface-ios/subsurface-ios.pro | |
parent | 8a96f6e90bbb5e246c2c19b43d82bf24e2ff8c62 (diff) | |
download | subsurface-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.pro | 3 |
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 } |