How to set up an app iicon for TVOS using AS3 ?

56 views Asked by At

I have created an App for TVOS using AS3. But i am having trouble in setting up the app icon. Can anyone please suggest the steps on how to set up this icon using AS3.

1

There are 1 answers

0
sebasaenz On

You'll have to write something like this

<icon>
    <image16x16>icon-16.png</image16x16>
    <image32x32>icon-32.png</image32x32>
    <image48x48>icon-48.png</image48x48>
    <image128x128>icon-128.png</image128x128>
</icon>

Be sure to uncomment any commented line in the XML.

Here are some links you'll find useful: