wakatime / macos-wakatime

Mac system tray app for automatic time tracking and metrics generated from your Xcode, Figma, Postman, etc. usage.
https://wakatime.com/mac
BSD 3-Clause "New" or "Revised" License
128 stars 22 forks source link

Use new internal cfg location #68

Closed alanhamlett closed 1 year ago

alanhamlett commented 1 year ago

We're slowly moving all config files into ~/.wakatime/ to cleanup $HOME.

alanhamlett commented 1 year ago

Just a comment: We have FileManager.default.homeDirectoryForCurrentUser.pathComponents in WakaTime.swift at some points as well. Might make sense to further refactor in the future and move the paths out of ConfigFile.

Just added to this PR. Thanks!