Skip to content

Xcode plugin to quantify your coding with automatic time tracking and metrics about your programming.

License

Notifications You must be signed in to change notification settings

e-fisher/xcode-wakatime

 
 

Repository files navigation

xcode-wakatime

Xcode plugin to quantify your coding using https://wakatime.com/.

Warning: Will not work on Xcode 8 since Apple has disabled all unofficial plugins.

Installation

  1. Install Alcatraz, the Xcode plugin manager.

  2. Using Alcatraz:

a) Click Window -> Package Manager inside Xcode.

b) Type WakaTime, then click the plugin icon on the left to install.

Alcatraz Window

c) Restart Xcode.

  1. Enter your api key, then click OK.

  2. Use Xcode like you normally do and your time will be tracked for you automatically.

  3. Visit https://wakatime.com to see your logged time.

Screen Shots

Project Overview

Troubleshooting

Try running this Terminal command:

bash <(curl -s https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/WakaTime/install_dependencies.sh)

That will re-download the wakatime-cli dependency.

If that doesn't work, turn on debug mode and check your wakatime cli log file (~/.wakatime.log).

If there are no errors in your ~/.wakatime.log file, check your Xcode log file (/var/log/system.log).

For more general troubleshooting information, see wakatime/wakatime#troubleshooting.

About

Xcode plugin to quantify your coding with automatic time tracking and metrics about your programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 87.8%
  • Shell 8.0%
  • Python 4.2%