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:
2026-06-30 13:22:14 +01:00
parent 9612b0af89
commit bda37ec27b
5 changed files with 26 additions and 2 deletions

View File

@@ -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>