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
}