Fix tvOS App Store upload rejection for icon assets

Use a tvOS-specific Info.plist to exclude iOS CFBundleAlternateIcons
keys that caused ITMS-90471 rejections, and drop empty image slots
from the tvOS brand asset catalog.
This commit is contained in:
Arkadiusz Fal
2026-04-17 19:01:36 +02:00
parent 6acfff6451
commit 0fe7194d68
6 changed files with 53 additions and 18 deletions

View File

@@ -1,9 +1,5 @@
{
"images" : [
{
"idiom" : "tv"
}
],
"images" : [],
"info" : {
"author" : "xcode",
"version" : 1

View File

@@ -1,9 +1,5 @@
{
"images" : [
{
"idiom" : "tv"
}
],
"images" : [],
"info" : {
"author" : "xcode",
"version" : 1

View File

@@ -4,10 +4,6 @@
"filename" : "TopShelf-Wide.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"idiom" : "tv",
"scale" : "2x"
}
],
"info" : {

View File

@@ -4,10 +4,6 @@
"filename" : "TopShelf.png",
"idiom" : "tv",
"scale" : "1x"
},
{
"idiom" : "tv",
"scale" : "2x"
}
],
"info" : {