On Tue, Nov 18, 2008 at 9:44 AM, Xavier Snark <[EMAIL PROTECTED]> wrote: > Can any one point me in the right direction for this?
You should *not* be storing user-modifiable data inside the app/plug-in bundle. Non-administrative users do not have permission to change this. You should make use of the user defaults system (see NSUserDefaults), which keeps the preferences in the right place - ~/Library/Preferences or /Library/Preferences, depending on the desired scope of the settings. -- I.S. _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
