Post

Replies

Boosts

Views

Activity

tvOS app failing verification on XCode 11.3
Hi,Our AppleTV build is failing to upload at the verification step. This is our first release since moving to XCode 11. Initially we tried building using XCode 11.2.1, but after that failed, we tried updating to 11.3.1 to see if the situation improved, but we’ve seen no improvement.The verifier complains that our build contains icon files of the wrong resolution and opacity, and we can’t find any evidence in our source files of any assets matching these issues. I’ve included a screenshot and logs of the errors we see.Here's the error output from the verification:ERROR ITMS-90523: "Invalid Image Asset. The image stack 'App Icon' in 'Payload/<appname>_TV.app/Assets.car' can't have a background layer image that is transparent or contains an alpha channel." ERROR ITMS-90531: "Invalid Image Asset. The image stack 'App Icon' in 'Payload/<appname>_TV.app/Assets.car' has a background layer image that does not match the canvas dimensions '400x240'." ERROR ITMS-90531: "Invalid Image Asset. The image stack 'App Icon' in 'Payload/<appname>_TV.app/Assets.car' has a background layer image that does not match the canvas dimensions '800x480'." ERROR ITMS-90531: "Invalid Image Asset. The image stack 'App Icon' in 'Payload/<appname>_TV.app/Assets.car' has a background layer image that does not match the canvas dimensions '1280x768'."I’ve inspected the contents of the ‘Assets.car’ file included in the ipa using a tool provided by Apple:xcrun --sdk iphoneos assetutil --info Assets.carInspecting the output of this tool shows that there are some icon assets included with resolutions that seem like they don’t match Apple’s expectations, but we can find no way to stop these assets from being included.Here’s an example of the data that looks suspicious: { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : false, "PixelHeight" : 320, "PixelWidth" : 480, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "A06E41DAD5ABF2E5402E13B31E1A2E13A37D32A0", "SizeOnDisk" : 1480 },Note the PixelHeight, PixelWidth, and Opaque fields.Local testing suggests that as soon as any App Icon is added to the project, then data with these unexpected resolutions is added. I’ve included 3 digests for comparison. The first is from the build we submitted that fails verification. The second is a local build I made which has no ‘App Icon’ data, and the third is another local build in which I added a basic ‘App Icon’ with front and back layers, at the correct resolution (400x240).Adding the basic App Icon data causes the 480x320 data to be added to the package, which I’m guessing might be the cause of the verification failure. Interestingly, our previous release also included this same information, so perhaps this is a red herring and the issue is unrelated, but I can’t find any relevant changes made on our side since that release.It would be great if Apple help provide further information as to why our build is failing validation, and if they can confirm that there have been no issues introduced into either XCode or the validation logic that would cause our build to be spuriously flagged as failing validation.Thanks!-------Here's the result of assetutil info on our failing submission:[ { "Appearances" : { "UIAppearanceAny" : 0 }, "AssetStorageVersion" : "IBCocoaTouchImageCatalogTool-11.2.1", "Authoring Tool" : "@(#)PROGRAM:CoreThemeDefinition PROJECT:CoreThemeDefinition-443\n", "CoreUIVersion" : 607, "DumpToolVersion" : 607, "Key Format" : [ "kCRThemeAppearanceName", "kCRThemeLocalizationName", "kCRThemeScaleName", "kCRThemeIdiomName", "kCRThemeGlyphWeightName", "kCRThemeGlyphSizeName", "kCRThemeDeploymentTargetName", "kCRThemeIdentifierName", "kCRThemeElementName", "kCRThemePartName" ], "MainVersion" : "@(#)PROGRAM:CoreUI PROJECT:CoreUI-607\n", "Platform" : "atv", "PlatformVersion" : "9.0", "SchemaVersion" : 2, "StorageVersion" : 17, "Timestamp" : 1579744791 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "2F4344D756AE8C43B2ED5A41049F95370E4DEB19", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "ZZZZFlattenedImage-1.1.0-gamut0", "Scale" : 1, "SHA1Digest" : "587FDCAE5B18C14AC50B3CC17C3342816A609F67", "SizeOnDisk" : 139870 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : false, "PixelHeight" : 320, "PixelWidth" : 480, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "A06E41DAD5ABF2E5402E13B31E1A2E13A37D32A0", "SizeOnDisk" : 1480 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "ZZZZFlattenedImage-1.1.0-gamut0", "Scale" : 1, "SHA1Digest" : "6458B05E7A584E958B4BAD4D3EF736160D86EF11", "SizeOnDisk" : 1109038 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : false, "PixelHeight" : 848, "PixelWidth" : 1360, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "0D78B5D78D749A6C13713668F67C706FCB66BBE7", "SizeOnDisk" : 9568 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "ZZZZFlattenedImage-2.1.0-gamut0", "Scale" : 2, "SHA1Digest" : "7518B56887A9B9B2443CA3442F08086716050951", "SizeOnDisk" : 489278 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon - Small", "NameIdentifier" : 52912, "Opaque" : false, "PixelHeight" : 640, "PixelWidth" : 960, "RenditionName" : "ZZZZRadiosityImage-2.0.0", "Scale" : 2, "SHA1Digest" : "A820BD2D4B9C9EFF7D9B713C692C8445A2B957DC", "SizeOnDisk" : 5080 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "974EE5C91A788300112FB93D5FCC3E0BE453D6BF", "SizeOnDisk" : 120731, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "E8B1619FA4915F5864A730373ABA78EAF5EDCEFD", "SizeOnDisk" : 68166, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "7035AD5F5B25EAE96375B234ED47B66124DB77B2", "SizeOnDisk" : 68548, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x.png", "Scale" : 2, "SHA1Digest" : "282B7FA30EF4455F984A2A57AE40C5707046E7E7", "SizeOnDisk" : 432245, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x.png", "Scale" : 2, "SHA1Digest" : "AA4E703403C791ED498C6BCD1540FA664EC61B48", "SizeOnDisk" : 243049, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x.png", "Scale" : 2, "SHA1Digest" : "73559754784494A3F7A128CC8505ABA0B1B3FF41", "SizeOnDisk" : 241926, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "1B439367A2546A06D07338FC6E56291B03365239", "SizeOnDisk" : 105040, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "93AC89609454503B8C7497C14628E22129E85DE7", "SizeOnDisk" : 65275, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "3B98BBE2D7FD4FE90B95EFF689A9E8EAB9619B29", "SizeOnDisk" : 65155, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_3.png", "Scale" : 2, "SHA1Digest" : "69D9109092311721C4E07154666709EDE521D25B", "SizeOnDisk" : 371468, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_3.png", "Scale" : 2, "SHA1Digest" : "084760044C955A3ED46F89959CC364D73B55D781", "SizeOnDisk" : 215666, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_3.png", "Scale" : 2, "SHA1Digest" : "BA9E256301DAE21A13F5DD631B45D01F1934725B", "SizeOnDisk" : 220385, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_2.png", "Scale" : 1, "SHA1Digest" : "4BCFDA5C206C7C8C692EA9783BCE70AD7FFF8268", "SizeOnDisk" : 5753, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_2.png", "Scale" : 1, "SHA1Digest" : "80A4FE34E69ED3CB0267698A3C32CE11B1F2687E", "SizeOnDisk" : 6474, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_2.png", "Scale" : 1, "SHA1Digest" : "7FC44C1E100A140831F540169515E08D58B2ABAA", "SizeOnDisk" : 5458, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_2.png", "Scale" : 2, "SHA1Digest" : "4419BA6CBE3B9CF51A10A53238A38EF11E07B290", "SizeOnDisk" : 10671, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_2.png", "Scale" : 2, "SHA1Digest" : "726EAF0BF9F9E6AEAC88E8254BA57B0589836F48", "SizeOnDisk" : 12703, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Icon-800@2x_2.png", "Scale" : 2, "SHA1Digest" : "81025DA60599D6937DDFE3BFBA9DD65731EFAD58", "SizeOnDisk" : 10528, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "AA7F6D5A2C35E6A82A1F69E57C96C718555C42FC", "SizeOnDisk" : 61035 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "BB1761FFBA98A14DC35746AC212EC9E39109F537", "SizeOnDisk" : 68195 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "7C8FFC87CE3B3B212B859B593981280F792581EE", "SizeOnDisk" : 56574 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "6C5FCAD92057ADF2804E87A923A9250F6F1922BA", "SizeOnDisk" : 88247 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "FBDE2DDA2E2BB3BC6C1A9F02B33A08FA4FE122BA", "SizeOnDisk" : 122651 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "TV LaunchImage", "NameIdentifier" : 20259, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "15609B08A62C1B7073194CFC57F22F464BF83105", "SizeOnDisk" : 85568 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "universal", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "E9F13759249CD1A6B6F1788B21DB135BB94860AF", "SizeOnDisk" : 2003872, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "universal", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "4FBBE8AC6A4C33395D9D6DB27E9742F009D35055", "SizeOnDisk" : 1170855, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "universal", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "D9F12248854A1540C1A7BA3A5B79E87D1733EDFB", "SizeOnDisk" : 1201374, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "23CAB01803C5488D443631F3AB8BA03660D56D00", "SizeOnDisk" : 2444901, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "806CB84210C1E1D3842C87D4BBEC50DA0EFCC726", "SizeOnDisk" : 1384195, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "F8C7DA086641A17BA7E54492F0290A7D8A86228C", "SizeOnDisk" : 1429969, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "1E8135BF0D64ECC63CE918EB111928605D6F6DEE", "SizeOnDisk" : 7671929, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "62DC0C82D2FEC102C891927AEA3A55FBEDD4ADDB", "SizeOnDisk" : 4046554, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "906855CF40096B63B4C60C70F5522ED8AFADDFBC", "SizeOnDisk" : 4251179, "Template Mode" : "automatic" }, { "AssetType" : "ImageStack", "CanvasHeight" : 240, "CanvasWidth" : 400, "CompositeImagePresent" : false, "Idiom" : "universal", "LayerCount" : 3, "Layers" : [ { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "974EE5C91A788300112FB93D5FCC3E0BE453D6BF", "SizeOnDisk" : 120731, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "E8B1619FA4915F5864A730373ABA78EAF5EDCEFD", "SizeOnDisk" : 68166, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "7035AD5F5B25EAE96375B234ED47B66124DB77B2", "SizeOnDisk" : 68548, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "282B7FA30EF4455F984A2A57AE40C5707046E7E7", "SizeOnDisk" : 432245, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "AA4E703403C791ED498C6BCD1540FA664EC61B48", "SizeOnDisk" : 243049, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Back\/Content", "NameIdentifier" : 23425, "Opaque" : true, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "73559754784494A3F7A128CC8505ABA0B1B3FF41", "SizeOnDisk" : 241926, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "4BCFDA5C206C7C8C692EA9783BCE70AD7FFF8268", "SizeOnDisk" : 5753, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "80A4FE34E69ED3CB0267698A3C32CE11B1F2687E", "SizeOnDisk" : 6474, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "7FC44C1E100A140831F540169515E08D58B2ABAA", "SizeOnDisk" : 5458, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "4419BA6CBE3B9CF51A10A53238A38EF11E07B290", "SizeOnDisk" : 10671, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "726EAF0BF9F9E6AEAC88E8254BA57B0589836F48", "SizeOnDisk" : 12703, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Middle\/Content", "NameIdentifier" : 42071, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "81025DA60599D6937DDFE3BFBA9DD65731EFAD58", "SizeOnDisk" : 10528, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "1B439367A2546A06D07338FC6E56291B03365239", "SizeOnDisk" : 105040, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "93AC89609454503B8C7497C14628E22129E85DE7", "SizeOnDisk" : 65275, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "3B98BBE2D7FD4FE90B95EFF689A9E8EAB9619B29", "SizeOnDisk" : 65155, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "69D9109092311721C4E07154666709EDE521D25B", "SizeOnDisk" : 371468, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "084760044C955A3ED46F89959CC364D73B55D781", "SizeOnDisk" : 215666, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon - Small\/Front\/Content", "NameIdentifier" : 27417, "Opaque" : false, "PixelHeight" : 480, "PixelWidth" : 800, "RenditionName" : "Contents.json", "Scale" : 2, "SHA1Digest" : "BA9E256301DAE21A13F5DD631B45D01F1934725B", "SizeOnDisk" : 220385, "Template Mode" : "automatic" } ], "Name" : "App Icon - Small", "NameIdentifier" : 52912, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "9D818ACEE61C23CBE7CC9A9E701607474C602EF0", "SizeOnDisk" : 420 }, { "AssetType" : "ImageStack", "CanvasHeight" : 768, "CanvasWidth" : 1280, "CompositeImagePresent" : true, "Idiom" : "marketing", "LayerCount" : 3, "Layers" : [ { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "2F4344D756AE8C43B2ED5A41049F95370E4DEB19", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Back\/Content", "NameIdentifier" : 9708, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Middle\/Content", "NameIdentifier" : 22548, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - Large\/Front\/Content", "NameIdentifier" : 42877, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" } ], "Name" : "App Icon - Small", "NameIdentifier" : 52912, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "96BA371668881959BD9BB7F9165F2537CC85812E", "SizeOnDisk" : 420 } ]Here's the output of the same on a local build I made which includes no app icon data (but does include the store app icon):[ { "Appearances" : { "UIAppearanceAny" : 0 }, "AssetStorageVersion" : "IBCocoaTouchImageCatalogTool-11.3.1", "Authoring Tool" : "@(#)PROGRAM:CoreThemeDefinition PROJECT:CoreThemeDefinition-445.1\n", "CoreUIVersion" : 608, "DumpToolVersion" : 607, "Key Format" : [ "kCRThemeAppearanceName", "kCRThemeLocalizationName", "kCRThemeScaleName", "kCRThemeIdiomName", "kCRThemeGlyphWeightName", "kCRThemeGlyphSizeName", "kCRThemeDeploymentTargetName", "kCRThemeIdentifierName", "kCRThemeElementName", "kCRThemePartName" ], "MainVersion" : "@(#)PROGRAM:CoreUI PROJECT:CoreUI-608.3\n", "Platform" : "atv", "PlatformVersion" : "9.0", "SchemaVersion" : 2, "StorageVersion" : 17, "Timestamp" : 1580706646 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "2F4344D756AE8C43B2ED5A41049F95370E4DEB19", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "AA7F6D5A2C35E6A82A1F69E57C96C718555C42FC", "SizeOnDisk" : 61035 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "BB1761FFBA98A14DC35746AC212EC9E39109F537", "SizeOnDisk" : 68195 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "7C8FFC87CE3B3B212B859B593981280F792581EE", "SizeOnDisk" : 56574 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "6C5FCAD92057ADF2804E87A923A9250F6F1922BA", "SizeOnDisk" : 88247 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "FBDE2DDA2E2BB3BC6C1A9F02B33A08FA4FE122BA", "SizeOnDisk" : 122651 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "15609B08A62C1B7073194CFC57F22F464BF83105", "SizeOnDisk" : 85568 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "E9F13759249CD1A6B6F1788B21DB135BB94860AF", "SizeOnDisk" : 2003872, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "4FBBE8AC6A4C33395D9D6DB27E9742F009D35055", "SizeOnDisk" : 1170855, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "D9F12248854A1540C1A7BA3A5B79E87D1733EDFB", "SizeOnDisk" : 1201374, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "D8F7C8F8E9F0A9DF83215D1A4E0AEA7880956D72", "SizeOnDisk" : 2444901, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "7026454A60B4D7611D431BE5AE2ECA1608E581BC", "SizeOnDisk" : 1384195, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "F8C7DA086641A17BA7E54492F0290A7D8A86228C", "SizeOnDisk" : 1429969, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "1E8135BF0D64ECC63CE918EB111928605D6F6DEE", "SizeOnDisk" : 7671929, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "62DC0C82D2FEC102C891927AEA3A55FBEDD4ADDB", "SizeOnDisk" : 4046554, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "906855CF40096B63B4C60C70F5522ED8AFADDFBC", "SizeOnDisk" : 4251179, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "ZZZZFlattenedImage-1.1.0-gamut0", "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "ZZZZFlattenedImage-1.1.0-gamut0", "Scale" : 1, "SHA1Digest" : "6458B05E7A584E958B4BAD4D3EF736160D86EF11", "SizeOnDisk" : 1109038 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "ZZZZRadiosityImage-1.0.0", "Opaque" : false, "PixelHeight" : 848, "PixelWidth" : 1360, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "0D78B5D78D749A6C13713668F67C706FCB66BBE7", "SizeOnDisk" : 9568 }, { "AssetType" : "ImageStack", "CanvasHeight" : 768, "CanvasWidth" : 1280, "CompositeImagePresent" : true, "Idiom" : "marketing", "LayerCount" : 3, "Layers" : [ { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "2F4344D756AE8C43B2ED5A41049F95370E4DEB19", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" } ], "Name" : "Contents.json", "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "5ABFA429A7EC1615284BF5080FCBE5556CF30BB6", "SizeOnDisk" : 420 } ]And here's the output of the same build, but with a very basic 400x240 App icon with a front and back layer added:[ { "Appearances" : { "UIAppearanceAny" : 0 }, "AssetStorageVersion" : "IBCocoaTouchImageCatalogTool-11.3.1", "Authoring Tool" : "@(#)PROGRAM:CoreThemeDefinition PROJECT:CoreThemeDefinition-445.1\n", "CoreUIVersion" : 608, "DumpToolVersion" : 607, "Key Format" : [ "kCRThemeAppearanceName", "kCRThemeLocalizationName", "kCRThemeScaleName", "kCRThemeIdiomName", "kCRThemeGlyphWeightName", "kCRThemeGlyphSizeName", "kCRThemeDeploymentTargetName", "kCRThemeIdentifierName", "kCRThemeElementName", "kCRThemePartName" ], "MainVersion" : "@(#)PROGRAM:CoreUI PROJECT:CoreUI-608.3\n", "Platform" : "atv", "PlatformVersion" : "9.0", "SchemaVersion" : 2, "StorageVersion" : 17, "Timestamp" : 1580706895 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon", "NameIdentifier" : 38162, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "ZZZZFlattenedImage-1.1.0-gamut0", "Scale" : 1, "SHA1Digest" : "12E4A5C12CEF7989B674F064551CC2E880805983", "SizeOnDisk" : 135359 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "tv", "Name" : "App Icon", "NameIdentifier" : 38162, "Opaque" : false, "PixelHeight" : 320, "PixelWidth" : 480, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "712277C24D87BF0B6E6A66AE3A0238E8B3EA4F69", "SizeOnDisk" : 1480 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "App Icon", "NameIdentifier" : 38162, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "ZZZZFlattenedImage-1.1.0-gamut0", "Scale" : 1, "SHA1Digest" : "6458B05E7A584E958B4BAD4D3EF736160D86EF11", "SizeOnDisk" : 1109038 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "blurred", "Encoding" : "ARGB", "Idiom" : "marketing", "Name" : "App Icon", "NameIdentifier" : 38162, "Opaque" : false, "PixelHeight" : 848, "PixelWidth" : 1360, "RenditionName" : "ZZZZRadiosityImage-1.0.0", "Scale" : 1, "SHA1Digest" : "0D78B5D78D749A6C13713668F67C706FCB66BBE7", "SizeOnDisk" : 9568 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "2AEC565BB18C6D385ACC7AC2955FCE37AE24F190", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280.png", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_3.png", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Icon-1280_2.png", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "974EE5C91A788300112FB93D5FCC3E0BE453D6BF", "SizeOnDisk" : 120731, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "E8B1619FA4915F5864A730373ABA78EAF5EDCEFD", "SizeOnDisk" : 68166, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400.png", "Scale" : 1, "SHA1Digest" : "7035AD5F5B25EAE96375B234ED47B66124DB77B2", "SizeOnDisk" : 68548, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "1B439367A2546A06D07338FC6E56291B03365239", "SizeOnDisk" : 105040, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "93AC89609454503B8C7497C14628E22129E85DE7", "SizeOnDisk" : 65275, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Icon-400_3.png", "Scale" : 1, "SHA1Digest" : "3B98BBE2D7FD4FE90B95EFF689A9E8EAB9619B29", "SizeOnDisk" : 65155, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "AA7F6D5A2C35E6A82A1F69E57C96C718555C42FC", "SizeOnDisk" : 61035 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "BB1761FFBA98A14DC35746AC212EC9E39109F537", "SizeOnDisk" : 68195 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : false, "PixelHeight" : 1080, "PixelWidth" : 1920, "RenditionName" : "Default-1080p-landscape.png", "Scale" : 1, "SHA1Digest" : "7C8FFC87CE3B3B212B859B593981280F792581EE", "SizeOnDisk" : 56574 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "6C5FCAD92057ADF2804E87A923A9250F6F1922BA", "SizeOnDisk" : 88247 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "FBDE2DDA2E2BB3BC6C1A9F02B33A08FA4FE122BA", "SizeOnDisk" : 122651 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "LaunchImage", "NameIdentifier" : 36251, "Opaque" : true, "PixelHeight" : 2160, "PixelWidth" : 3840, "RenditionName" : "Default-1080p-landscape@2x.png", "Scale" : 2, "SHA1Digest" : "15609B08A62C1B7073194CFC57F22F464BF83105", "SizeOnDisk" : 85568 }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "E9F13759249CD1A6B6F1788B21DB135BB94860AF", "SizeOnDisk" : 2003872, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "4FBBE8AC6A4C33395D9D6DB27E9742F009D35055", "SizeOnDisk" : 1170855, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image", "NameIdentifier" : 29129, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 1920, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "D9F12248854A1540C1A7BA3A5B79E87D1733EDFB", "SizeOnDisk" : 1201374, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "D8F7C8F8E9F0A9DF83215D1A4E0AEA7880956D72", "SizeOnDisk" : 2444901, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "806CB84210C1E1D3842C87D4BBEC50DA0EFCC726", "SizeOnDisk" : 1384195, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 720, "PixelWidth" : 2320, "RenditionName" : "AppleTV-TopShelf.png", "Scale" : 1, "SHA1Digest" : "F8C7DA086641A17BA7E54492F0290A7D8A86228C", "SizeOnDisk" : 1429969, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "1E8135BF0D64ECC63CE918EB111928605D6F6DEE", "SizeOnDisk" : 7671929, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "62DC0C82D2FEC102C891927AEA3A55FBEDD4ADDB", "SizeOnDisk" : 4046554, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "Name" : "Top Shelf Image Wide", "NameIdentifier" : 54774, "Opaque" : true, "PixelHeight" : 1440, "PixelWidth" : 4640, "RenditionName" : "AppleTV-TopShelf@2x.png", "Scale" : 2, "SHA1Digest" : "906855CF40096B63B4C60C70F5522ED8AFADDFBC", "SizeOnDisk" : 4251179, "Template Mode" : "automatic" }, { "AssetType" : "ImageStack", "CanvasHeight" : 240, "CanvasWidth" : 400, "CompositeImagePresent" : false, "Idiom" : "universal", "LayerCount" : 2, "Layers" : [ { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "974EE5C91A788300112FB93D5FCC3E0BE453D6BF", "SizeOnDisk" : 120731, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "E8B1619FA4915F5864A730373ABA78EAF5EDCEFD", "SizeOnDisk" : 68166, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Back\/Content", "NameIdentifier" : 31317, "Opaque" : true, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "7035AD5F5B25EAE96375B234ED47B66124DB77B2", "SizeOnDisk" : 68548, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "1B439367A2546A06D07338FC6E56291B03365239", "SizeOnDisk" : 105040, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "93AC89609454503B8C7497C14628E22129E85DE7", "SizeOnDisk" : 65275, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "tv", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "400,240", "Name" : "App Icon\/Front\/Content", "NameIdentifier" : 23331, "Opaque" : false, "PixelHeight" : 240, "PixelWidth" : 400, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "3B98BBE2D7FD4FE90B95EFF689A9E8EAB9619B29", "SizeOnDisk" : 65155, "Template Mode" : "automatic" } ], "Name" : "App Icon", "NameIdentifier" : 38162, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "C76C095E0098EF3CCE4485E2AD17E10EB035D6D7", "SizeOnDisk" : 372 }, { "AssetType" : "ImageStack", "CanvasHeight" : 768, "CanvasWidth" : 1280, "CompositeImagePresent" : true, "Idiom" : "marketing", "LayerCount" : 3, "Layers" : [ { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "2AEC565BB18C6D385ACC7AC2955FCE37AE24F190", "SizeOnDisk" : 1051895, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "9CB513E43E923B1DEC5559E4B93C3CFD4644ECA0", "SizeOnDisk" : 595631, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 0, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Back\/Content", "NameIdentifier" : 47817, "Opaque" : true, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "8E52D7492E48C5AF85DC35C101EA59F27CA153C3", "SizeOnDisk" : 592932, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "lzfse", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "035E59ED880A2DEC7FBA1D00E9B08DF4843BE9A2", "SizeOnDisk" : 17620, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "BD3797B9AAB5CC0A4DE6A178567BC0787D76B239", "SizeOnDisk" : 20473, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "Monochrome", "Colorspace" : "gray gamma 22", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "Gray", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 1, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Middle\/Content", "NameIdentifier" : 9180, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "E421749362977AB21A36D1000C9AEC5FDB8BB60F", "SizeOnDisk" : 17762, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "lzfse", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "563AFCEB131991C4CACF46538191F2702D8F5874", "SizeOnDisk" : 821599, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap-lzfse", "DeploymentTarget" : "2018", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "3D8740C90297D40256EB7DB249E5871577F67831", "SizeOnDisk" : 453859, "Template Mode" : "automatic" }, { "AssetType" : "Image", "BitsPerComponent" : 8, "ColorModel" : "RGB", "Colorspace" : "srgb", "Compression" : "deepmap2", "DeploymentTarget" : "2019", "Encoding" : "ARGB", "Idiom" : "marketing", "Image Type" : "kCoreThemeOnePartScale", "LayerIndex" : 2, "LayerOpacity" : 1, "LayerPosition" : "0,0", "LayerSize" : "1280,768", "Name" : "App Icon - App Store\/Front\/Content", "NameIdentifier" : 60283, "Opaque" : false, "PixelHeight" : 768, "PixelWidth" : 1280, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "F2A36A6FA87862C9C8C8EDA65F103635748A6939", "SizeOnDisk" : 471833, "Template Mode" : "automatic" } ], "Name" : "App Icon", "NameIdentifier" : 38162, "RenditionName" : "Contents.json", "Scale" : 1, "SHA1Digest" : "5ABFA429A7EC1615284BF5080FCBE5556CF30BB6", "SizeOnDisk" : 420 } ]
4
0
1.1k
Feb ’20