Search code examples
macosgconf

Equivalent to gconf on OSX


Is there something equivalent (and available by default) to gconf on OSX?


Solution

  • OS X uses a "defaults" system, and reads/writes application preferences as "plist" (property list) files that are stored in ~/Library/Preferences. You can read more about the defaults system here.