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/Info.plist | |
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/Info.plist')
-rw-r--r-- | packaging/ios/Info.plist | 2 |
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> |