feat(apple/tvOS): parallax app icon + top shelf images from the brand layers
ci / rust (push) Has been cancelled

Icon Composer doesn't cover tvOS — tvOS app icons are the older parallax format:
flat layers in an asset-catalog "App Icon & Top Shelf Image" brand asset. Generated
from the same Affinity layer exports the Icon Composer .icon uses, mirroring its
composition (violet automatic-gradient background → light circle → dark circle →
blob in front), via scripts/render-tvos-icon.swift (checked in for regeneration):

- App Icon.imagestack 400×240 @1x/@2x + App Icon - App Store.imagestack 1280×768,
  four layers each so the focus engine gets real parallax depth.
- Top Shelf Image (1920×720) + Wide (2320×720) @1x/@2x as flat composites.
- ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image" on the tvOS
  configs; verified on the Apple TV simulator home screen.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 13:19:06 +02:00
parent 4781933507
commit 75396c20c2
39 changed files with 384 additions and 9 deletions
@@ -0,0 +1,18 @@
{
"images": [
{
"filename": "back@1x.png",
"idiom": "tv",
"scale": "1x"
},
{
"filename": "back@2x.png",
"idiom": "tv",
"scale": "2x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,6 @@
{
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,18 @@
{
"images": [
{
"filename": "circle1@1x.png",
"idiom": "tv",
"scale": "1x"
},
{
"filename": "circle1@2x.png",
"idiom": "tv",
"scale": "2x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,6 @@
{
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,18 @@
{
"images": [
{
"filename": "circle2@1x.png",
"idiom": "tv",
"scale": "1x"
},
{
"filename": "circle2@2x.png",
"idiom": "tv",
"scale": "2x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,6 @@
{
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,20 @@
{
"layers": [
{
"filename": "Front.imagestacklayer"
},
{
"filename": "Circle2.imagestacklayer"
},
{
"filename": "Circle1.imagestacklayer"
},
{
"filename": "Back.imagestacklayer"
}
],
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,18 @@
{
"images": [
{
"filename": "front@1x.png",
"idiom": "tv",
"scale": "1x"
},
{
"filename": "front@2x.png",
"idiom": "tv",
"scale": "2x"
}
],
"info": {
"author": "xcode",
"version": 1
}
}
@@ -0,0 +1,6 @@
{
"info": {
"author": "xcode",
"version": 1
}
}