One Quickie


Where is my preference file? (Screen Savers->General)
The screen saver preference file lives in the ~/Library/Preferences/ByHost directory. The name of the file is the name that you pass to defaultsForModuleWithName:, followed by .someBigNumber.plist.

So, on my machine,

    userPrefs = [ScreenSaverDefaults defaultsForModuleWithName: @"BWDrip"];
creates a file /Users/bork/Library/Preferences/ByHost/BWDrip.0003931024a6.plist



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com