0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 14 days agoPlease use .config 😭lemmy.dbzer0.comexternal-linkmessage-square11fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1external-linkPlease use .config 😭lemmy.dbzer0.com0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 14 days agomessage-square11fedilink
minus-square2xsaiko@discuss.tchncs.delinkfedilinkarrow-up1·14 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)