Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSTEP 3: Remove the data from your working directory - this is your Iguana data

This is the working directory (typically ~/Library/IguanaX/) for Iguana which contains all your data, including instance configurations and logs.

Code Block
languagebash
rm -rf ~/Library/IguanaX/
Expand
titleSTEP 4: Delete the Iguana related launch agents

Finally go to ~/Library/LaunchAgents/ and delete:

  • com.interfaceware.IguanaX.controller.plist - this starts the controller for Iguana when you start up.

  • com.interfaceware.IguanaX.plist - this will be present if Iguana is installed and running

    • The controller will delete this file when Iguana is not running so don’t worry if it isn’t present.

Code Block
languagebash
rm -rf ~/Library/LaunchAgents/com.interfaceware.IguanaX.*

...