Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
bugfix: add UILaunchStoryboardName entry to Info.plist (#8)
Browse files Browse the repository at this point in the history
Well, but where is that `LaunchScreen`? 🤪
  • Loading branch information
dlevi309 authored Dec 15, 2023
1 parent 8bc3d83 commit 89306b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/Applications/TrollSpeed.app/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
<string>UIBackgroundStyleDarkBlur</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UISupportedInterfaceOrientations</key>
Expand Down

0 comments on commit 89306b5

Please sign in to comment.