Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.56 KB

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.