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:
...
Expand |
---|
title | STEP 1: Stop the service and exit out of the Controller |
---|
|
Stop Iguana Quit Monitor Image Added |
Expand |
---|
title | STEP 2: Then delete the iguana binary file in your Application directory |
---|
|
Delete the Application icon from your application directory - this is safe to do any time since it’s just got the application executable |
...
...
Then remove ~/Library/IguanaX/
...
Code Block |
---|
| rm -rf /Application/IguanaX.app/ |
|
Expand |
---|
title | STEP 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 |
---|
| rm -rf ~/Library/IguanaX/ |
|
Expand |
---|
title | STEP 4: Delete the Iguana related launch agents |
---|
|
Finally go to ~/Library/LaunchAgents/ and delete: |
...
/Application/IguanaX.app/
rm -rf ~/Library/IguanaX/
rm -rf ~/Library/LaunchAgents/com.interfaceware.IguanaX.* |
|
...