0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 2 months agoPlease use .config 😭lemmy.dbzer0.comimagemessage-square10fedilinkarrow-up110arrow-down10
arrow-up110arrow-down1imagePlease use .config 😭lemmy.dbzer0.com0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 2 months agomessage-square10fedilink
minus-square2xsaiko@discuss.tchncs.delinkfedilinkarrow-up1·2 months 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)