mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 05:44:20 +00:00
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.
14 lines
173 B
JSON
14 lines
173 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"filename" : "TopShelf.png",
|
|
"idiom" : "tv",
|
|
"scale" : "1x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"author" : "xcode",
|
|
"version" : 1
|
|
}
|
|
}
|