75396c20c2
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>
32 lines
642 B
JSON
32 lines
642 B
JSON
{
|
|
"assets": [
|
|
{
|
|
"filename": "App Icon - App Store.imagestack",
|
|
"idiom": "tv",
|
|
"role": "primary-app-icon",
|
|
"size": "1280x768"
|
|
},
|
|
{
|
|
"filename": "App Icon.imagestack",
|
|
"idiom": "tv",
|
|
"role": "primary-app-icon",
|
|
"size": "400x240"
|
|
},
|
|
{
|
|
"filename": "Top Shelf Image Wide.imageset",
|
|
"idiom": "tv",
|
|
"role": "top-shelf-image-wide",
|
|
"size": "2320x720"
|
|
},
|
|
{
|
|
"filename": "Top Shelf Image.imageset",
|
|
"idiom": "tv",
|
|
"role": "top-shelf-image",
|
|
"size": "1920x720"
|
|
}
|
|
],
|
|
"info": {
|
|
"author": "xcode",
|
|
"version": 1
|
|
}
|
|
} |