fix(ios): remove file extension from LaunchScreen value in Info.plist

This commit is contained in:
Garrett Watson 2024-03-22 16:14:00 -04:00
parent 392bae826a
commit 721ba5a268

View file

@ -34,7 +34,7 @@
<string>processing</string> <string>processing</string>
</array> </array>
<key>UILaunchStoryboardName</key> <key>UILaunchStoryboardName</key>
<string>LaunchScreen.storyboard</string> <string>LaunchScreen</string>
<key>UIMainStoryboardFile</key> <key>UIMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>UISupportedInterfaceOrientations</key> <key>UISupportedInterfaceOrientations</key>