Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uninstall not working #6

Closed
FreddieOliveira opened this issue May 20, 2019 · 1 comment
Closed

Uninstall not working #6

FreddieOliveira opened this issue May 20, 2019 · 1 comment
Assignees

Comments

@FreddieOliveira
Copy link

Clicking on System Info -> Unistall SIMBL does not remove any created folder/file nor kill any of the SIMBL process. After clicking the Uninstall button and running

sudo find / -iname "*simb*" 2>/dev/null

it's still possible to see residual files left on the system. Also killing SIMBL process is a pain in the ass, since it restarts automatically

@w0lfschild
Copy link
Member

This project does not use SIMBL.

For removing mySIMBL stuff:

The SIMBL agent is a launchagent that will restart itself so first you have to unload it.

launchctl unload /Library/LaunchAgents/net.culater.SIMBL.Agent.plist
killall SIMBLAgent

In terms of files you want to remove these (if they exist):

"/Library/Application Support/SIMBL"
"/Library/LaunchAgents/net.culater.SIMBL.Agent.plist"
"/Library/ScriptingAdditions/SIMBL.osax"
"/Library/ScriptingAdditions/EasySIMBL.osax"
"/System/Library/ScriptingAdditions/SIMBL.osax"
"/System/Library/LaunchAgents/net.culater.SIMBL.Agent.plist"
"$HOME/Library/ScriptingAdditions/SIMBL.osax"
"$HOME/Library/ScriptingAdditions/EasySIMBL.osax"
"/Library/PrivilegedHelperTools/com.w0lf.MacForge.Injector"
"/Library/PrivilegedHelperTools/com.w0lf.MacForge.Installer"
"/Library/LaunchDaemons/com.w0lf.MacForge.Injector.plist"
"/Library/LaunchDaemons/com.w0lf.MacForge.Installer.plist"
"/Library/Frameworks/mach_inject_bundle.framework"

@w0lfschild w0lfschild self-assigned this Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants