Tumblelog by Soup.io
Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

August 27 2011

02:30

June 25 2011

21:32

May 06 2010

17:25

So how do you deal with iTunesArtwork? - iPhone Dev SDK Forum

These instructions worked for me:
$ output="Releases/$(date)"
$ mkdir -p "$output"
$ mkdir -p Payload/Payload
$ cp -Rp build/Release-iphoneos/MyApp.app Payload/Payload
$ cp MyApp.iTunesArtwork.png Payload/iTunesArtwork
$ ditto -c -k Payload "$output/MyApp.ipa"
$ rm -rf Payload
Older posts are this way If this message doesn't go away, click anywhere on the page to continue loading posts.
Could not load more posts
Maybe Soup is currently being updated? I'll try again automatically in a few seconds...
Just a second, loading more posts...
You've reached the end.