Hello, I would like to add a script that zips the executable after my iphone app is done building. I've tried doing this by adding a Post Build script to the target. However, in the build process, the code-signing procedure occurs after the build scripts are run. Therefore, the app bundle that is zipped is useless for itunes submission.
Has anyone figured out a way around this?
One suggestion I have found via google is to add an aggregate target that contains the iphone app and add the post build script to this aggregate target. Although this method sounds nice if you have only a single app target in your project, it appears to not work so well if you have multiple targets, which is my case (ie. lite, paid, etc...)
Thank you