I'm working on an OS X application in Cocoa and I would like to make this application multi-user aware. In other words, I want the preferences to be saved for each user in a location that only that particular user can access. Obviously, I assume this is under the home directory.
Is there a document by Apple that describes HOW this should be done - guidelines? I can't seem to find one on the developer site.
Any info would be great.
Thanks!