Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jpalcantara/xcode-wakatime

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 87.9%
  • Shell 7.9%
  • Python 4.2%