Mac system tray app for automatic time tracking and metrics generated from your Xcode activity.
- Download the latest release.
- Move
WakaTime.app
into yourApplications
folder, and runWakaTime.app
. - Enter your WakaTime API Key, then press
Save
. - Use Xcode like normal and your coding activity will be displayed on your WakaTime dashboard
Keep the app running in your system tray, and your Xcode usage will show on your WakaTime dashboard.
- Run
xcodegen
to generate the project. - Open the project with Xcode.
- Click Run (β+R).
If you run into Accessibility problems, try running sudo tccutil reset Accessibility
.
To uninstall, move WakaTime.app
into your mac Trash.
If you donβt use any other WakaTime plugins, run rm -r ~/.wakatime*
.
Before requesting support for a new app, first check the list of supported apps.
To fix linter warning(s), run swiftlint --fix
.
Pull requests and issues are welcome! See Contributing for more details. The main thing to know is we require specific branch name prefixes for PRs:
^major/.+
-major
^feature/.+
-minor
^bugfix/.+
-patch
^docs?/.+
-build
^misc/.+
-build
Many thanks to all contributors!
Made with β€οΈ by the WakaTime Team.