Equivalents of XDG_CONFIG_HOME and XDG_DATA_HOME on Mac OS X?
Comparing Apple’s documentation for the various paths to the XDG Base Directory specifications approximates to the following locations: XDG_CONFIG_HOME ▶︎ ~/Library/Preferences/ XDG_DATA_HOME ▶︎ ~/Library/ XDG_CACHE_HOME ▶︎ ~/Library/Caches/ Mapping XDG Base Directory Specification locations for “My App” on Mac OS X could look like this: XDG_CONFIG_HOME ▶︎ ~/Library/Preferences/name.often.with.domain.myapp.plist XDG_DATA_HOME ▶︎ ~/Library/My App/ XDG_CACHE_HOME ▶︎ ~/Library/Caches/My App/ … Read more