On Feb 27, 2010, at 12:50 PM, Greg Guerin wrote: > That won't work properly if the user replaces the current unquarantined > version of your app with a newly downloaded version.
Hmm... How about making a “LastOpenedVersion” preference key? If the value is less than your app’s current version, then you pop the app to the front and set the pref key to the current version. Or, you could code-sign the app. Isn’t it supposed to bypass this warning if you update an app with a new version that’s signed with the same private key as the old one was? Charles_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com