Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

We’re sad to see you go 😓.

But we know love can never be forced. These are places you’ll need to delete files from in order to clean your Mac of Iguana:

  • Exit out of the controller

  • Delete the Application icon from your application directory - this is safe to do any time since it’s just got the application executable - not your data.

  • Then remove ~/Library/IguanaX/

    • This is working folder for Iguana which contains all your data

  • 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.

Here’s a script do to the above:

rm -rf /Application/IguanaX.app/
rm -rf ~/Library/IguanaX/
rm -rf ~/Library/LaunchAgents/com.interfaceware.IguanaX.*

Hope to see you back sometime!

  • No labels