Re: Using NSUserDefaults from a bundle-less app
Re: Using NSUserDefaults from a bundle-less app
- Subject: Re: Using NSUserDefaults from a bundle-less app
- From: Scott Anguish <email@hidden>
- Date: Fri, 4 Apr 2003 02:34:52 -0500
another option is to use the ScreenSaver framework. It includes an
extension to NSUserDefaults to specify the bundle.
http://developer.apple.com/techpubs/macosx/AdditionalTechnologies/
ScreenSaver/Reference/ObjC_classic/Classes/ScreenSaverDefaults.html
On Thursday, April 3, 2003, at 09:13 PM, John C. Randolph wrote:
This does absolutely nothing, that I can tell. I think it's because
my
background app doesn't have a bundle... so how do I specify what
domain to
save these defaults in?
You can open different defaults domains using
-persistentDomainForName: AFAIK, it doesn't care whether your program
lives in a bundle, just that it's linked to the foundation framework.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.