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
142 stars 23 forks source link

Use Debug config to fix build #122

Closed alanhamlett closed 1 year ago

alanhamlett commented 1 year ago

This uses Debug config when building instead of Release. We used Release to prevent adding the app as a Login Item when building locally in Debug, so now we're checking the version and matching against local-build to prevent adding as a Login Item instead of relying on the build configuration.