I have just been introduced to a code bank of an iphone app that has been submitted to the app store several times. The most recent version was submitted in spring 2011.
I can find the zip files of all the iOS app binaries submitted. However, when I try to download the zip, there are two files: .mobileProvision (of kind "Developer Provisioning Profile"), and the "application" (the "kind" says "application", so thats what I'm inferring).
XCode will not open the .mobileProvision file. Also, Finder gives me the message, "you can’t open the application because it is not supported on this type of Mac."
My questions are:
- what is a .mobileProvision file?
- Is there a way for me to hack it open in xcode?
- What do app binaries include? Just the changes from the previous version? Or all the files?