I am distributing my .ipa via Xcode 4.5 archiving mechanism over the air to my testers. Found out, that earlier the automaticly generated plist-file contained the bundle-version of the current build.
I'd like to get this bundle-version into my plist automatically, when exporting the archive to my desktop, because thats a main action I do very often.
Is there an easy way to add the bundle version to the plist automatically or do I have to write a shell script, which opens the .ipa and reads the information to write it to the plist later?
I want to use this, to send my beta testers reminders to update the beta app, when the version differs to the installed bundle version.
Any ideas or hints?