fix(ios): add AppIcon asset catalog and fix launch screen for TestFlight
Adds Assets.xcassets with a placeholder 1024x1024 AppIcon so Xcode compiles CFBundleIconName and the required icon sizes into the bundle. Replaces UILaunchStoryboardName (missing storyboard) with UILaunchScreen dict, valid for iOS 14+ (min target is iOS 18). Fixes all four App Store Connect validation errors blocking TestFlight upload.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
<array>
|
||||
<string>audio</string>
|
||||
</array>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>UILaunchScreen</key>
|
||||
<dict/>
|
||||
<key>UIRequiresFullScreen</key>
|
||||
<false/>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
|
||||
Reference in New Issue
Block a user