-
Notifications
You must be signed in to change notification settings - Fork 94
fix(ios): replace LaunchScreen.storyboard
with UILaunchScreen
#1679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -65,8 +65,8 @@ | |||
</array> | |||
</dict> | |||
</dict> | |||
<key>UILaunchStoryboardName</key> | |||
<string>LaunchScreen</string> | |||
<key>UILaunchScreen</key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turns out this requires iOS 14+ so I retargeted to the 3.0 branch. I will also have to bump iOS minimum version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - also tested with cocoapods 1.14 and all is working as expected
Description
Replaces
LaunchScreen.storyboard
with a much simplerUILaunchScreen
.Platforms affected
Test plan