Re: [OT] Software Delivery (was Re: Why do "loose" nibs take precedence over nibs in .lproj?)
Re: [OT] Software Delivery (was Re: Why do "loose" nibs take precedence over nibs in .lproj?)
- Subject: Re: [OT] Software Delivery (was Re: Why do "loose" nibs take precedence over nibs in .lproj?)
- From: Evan Schoenberg <email@hidden>
- Date: Sat, 22 Jan 2005 14:15:09 -0600
On Jan 22, 2005, at 8:39 AM, Jeremy Dronfield wrote:
. In my experience, even the dumbest user is capable of locating a specified folder and putting things in it. Also, I'd guess that most users expect to download and install plugins manually.
But even better, as David mentioned, is just letting your app handle the installation. Implement
- (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename in your application delegate, create the resource paths if needed, and copy the file in. You could delete the old one after copying, but that feels bizarre generally (double click on something and it disappears).
-Evan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden