0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 day agoPlease use .config 😭lemmy.dbzer0.comimagemessage-square47fedilinkarrow-up1592arrow-down110
arrow-up1582arrow-down1imagePlease use .config 😭lemmy.dbzer0.com0x4E4F@lemmy.dbzer0.com to linuxmemes@lemmy.world · 1 day agomessage-square47fedilink
minus-square2xsaikolinkfedilinkarrow-up6·18 hours 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)