gudjao / xcode-wakatime

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

Home Page:https://wakatime.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode-wakatime

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

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

First, try running this Terminal command:

rm -rf "~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/WakaTime.xcplugin/Contents/Resources/wakatime-master”

Then re-install the WakaTime plugin using Alcatraz.

If that doesn't work, turn on debug mode and check your Xcode log file (/var/log/system.log) and your wakatime cli log file (~/.wakatime.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.

https://wakatime.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 87.9%Language:Shell 7.9%Language:Python 4.2%