summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Info.plist
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/Info.plist
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/Info.plist')
-rw-r--r--packaging/ios/Info.plist2
1 files changed, 1 insertions, 1 deletions
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 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
+ <string>SubsurfaceMobileLaunch</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>