This repository was archived by the owner on Feb 18, 2025. It is now read-only.
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Config dir on macOS should not be ~/Library/Preferences #62
Closed
Description
This library is vending ~/Library/Preferences as the config dir on macOS. This is a bad idea. Apple's own documentation explicitly states
You should not create files in this directory yourself. Instead, use the
NSUserDefaults
class or CFPreferences API to get and set preference values for your app.
Any configuration files written by the app without using one of those two APIs belongs in ~/Library/Application Support instead.
Metadata
Metadata
Assignees
Labels
No labels