0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 month agoPlease use .config 😭lemmy.dbzer0.comimagemessage-square5fedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imagePlease use .config 😭lemmy.dbzer0.com0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 month agomessage-square5fedilink
minus-square2xsaiko@discuss.tchncs.delinkfedilinkarrow-up1·1 month agoOn macOS, the correct thing to use is usually NSUserDefaults API, or - [NSFileManager URLsForDirectory:inDomains:] with NSApplicationSupportDirectory (gives a list of paths to find your config file in, like XDG_CONFIG_DIRS)
On macOS, the correct thing to use is usually NSUserDefaults API, or
- [NSFileManager URLsForDirectory:inDomains:]
with NSApplicationSupportDirectory (gives a list of paths to find your config file in, like XDG_CONFIG_DIRS)