The Xcode plugin works with the latest Xcode and is open-source on GitHub.
Note: Xcode8 disables plugins. Installing WakaTime re-signs Xcode.app with a self-signed cert.
Run this Terminal command:
curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh
Restart Xcode.
Enter your API key
, then click OK.
Use Xcode and your coding activity will be displayed on your WakaTime Dashboard.
Optionally, to install WakaTime for Xcode Beta, run this instead of step 1:
curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s beta
Optionally, to clone your `Xcode.app` preserving the original app signature, run this instead of step 1:
curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh -s copy
Installed plugins are checked and updated each time the Alcatraz Package Manager window is launched.
Important! Xcode must be quit and re-launched to complete the update.