I have a bunch of .ipa files and I\'ve used a script to resign them.
So how can check the provisioning profile/signing certificate to conform they are using the corr
I've been able to successfully test using the following process.
This seems to be a bullet-proof way to confirm the provisioning profile was updated and since the profile only has the 1 signing certificate in it... then we must be signed with the new cert.
(but I still want to find a better way)