Creating my own iTunes Artwork

cocos2d-iphone, ios, iphone, objective-c

Solution

`iTunesArtwork` is just a PNG image without the ".png" extension. Use any editor that supports PNG, and lop off the filename extension when you're done.

Problem

How do I create iTunes Artwork for my app? Currently, I have the default file, an image of the cocos2D logo, but how could I possibly edit this? The file type is apparently an Unix Executable. Any help is appreciated! Thank you!

Original source