wakatime/xcode-wakatime

Complete Uninstall

mdewolfe opened this issue · 5 comments

How would I go about removing Wakatime completely. It was installed via Alcatraz. I have removed the .wakatime files from my home directory. ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/ is empty. Is there anywhere else I should look?

WakaTime creates a few dot files in your home directory:

~/.wakatime.cfg, ~/.wakatime.log, ~/.wakatime.db

That and the Plug-ins/WakaTime directory is everything.

gtkpr commented

I'd like to know how to uninstall too, but on Windows. It crashes Notepadd every time I plug in my HDMI cable to stream stuff.

@gtkpr for Notepad++ here are the uninstall instructions: https://wakatime.com/notepad++#uninstall

@alanhamlett I want to uninstall from XCode, how can I? It seems to access my keychain apple Id secret keys

@RajChanchal run these commands to completely remove WakaTime for Xcode:

rm -r "~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/WakaTime.xcplugin"
rm ~/.wakatime*
sudo security delete-identity -c XcodeSigner -t $(tr -d "\"" <<< `security default-keychain`)