On Mar 19, 2014, at 1:32 PM, Rick Mann <[email protected]> wrote: > While investigating this crash that only happens on our AppStore binary, I > noticed that the executable inside the package is different (from the one we > submitted). Does Apple modify that executable?
The executable is re-signed by the App Store, at the very least. There may also be some post-processing of universal binaries (to distribute thin binaries to devices or to work around bugs in universal binary handling in older OS versions). I can't remember what has been used versus what has merely been proposed. You should double-check that the App Store file's UUID matches the UUID in the file that you submitted. The UUID is unchanged by the App Store. If it is different then you're probably looking at the wrong file on one side or the other. -- Greg Parker [email protected] Runtime Wrangler _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
