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
127 stars 22 forks source link

Use timer to detect long Xcode builds when user afk #163

Open alanhamlett opened 10 months ago

alanhamlett commented 10 months ago

If a build takes too long devs might go for a coffee. Currently without user events we don't track any heartbeats, even if a build is still running. Let's look into using a timer that unregisters itself after no longer building.