0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 16 days agoPlease use .config 😭lemmy.dbzer0.comimagemessage-square25fedilinkarrow-up114arrow-down10
arrow-up114arrow-down1imagePlease use .config 😭lemmy.dbzer0.com0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 16 days agomessage-square25fedilink
minus-square2xsaiko@discuss.tchncs.delinkfedilinkarrow-up2·16 days 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)