Re: determining first run for drag and drop install/config
Re: determining first run for drag and drop install/config
- Subject: Re: determining first run for drag and drop install/config
- From: "Stephen Deken" <email@hidden>
- Date: Tue, 26 Jun 2007 15:24:55 -0500
I'm trying to create a drag-n-drop install experience where a
configuration window opens when a new version of the app is launched.
Why not use the preferences? Check for the version number stored in
the prefs file upon launch. If it's not there, the application is
freshly launched. If it's there, but it's different than the current
version number, the application has been updated. When you're done
checking, write the current version number into the preferences.
--
Stephen Deken
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden