I'd like my app be under 20Mb limit.
Old posts talk about zipping an app and see the file size.
But archiving through xcode4, and submitting through organizer doesn't show the file.
Archive file listed in organizer is *.xarchive format,(I'm not sure this is equivalent of the zip file in the past) and mine shows 45mb.
And it's taking insanely long to submit the archive(about 2 hours).
I checked the app size when I used xcode3, and it was about 16mb and something should have been messed up.
Related question is:
When my app's project directory is MyAppDirectory, does everything under that directory gets included in the binary or just stuff which I add to the project in xcode?
I copy images/sound files to Resources using "copy files" in "Build phases", does that make the same images/sound files to be included in the binary twice?(how do I check?)