sharing defaults between screensaver bundle and application
sharing defaults between screensaver bundle and application
- Subject: sharing defaults between screensaver bundle and application
- From: email@hidden
- Date: Sat, 23 Feb 2002 15:46:31 -0800
I have a screensaver that has a few configuration options... it can also
be compiled as an application.
I'd like to share the defaults between them, so when the user sets a
config option in System Preferences->Screensaver OR via the app's
preferences panel, the same defaults get updated.
It seems that the screensaver defaults end up in
~/Library/Preferences/ByHost/com.mydomain.MyApp.003065e5f91e.plist and
the applications defaults end up in
~/Library/Preferences/com.mydomain.MyApp.plist
Is there any way around this using NSUserDefault APIs?, (short of
reading/writing the plist myself...)
_______________________________________________
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.