Closed shcaerp closed 7 years ago
You can always manually delete the files. Check out this file for a full idea of what's removed.
./mySIMBL.app/Contents/Frameworks/SIMBLManager.framework/Versions/A/Resources/removeSIMBL
Issue still seems to persist. I was unable to uninstall by clicking the uninstall button in mySIMBL, executing the uninstall binary worked fine, though.
The uninstall script has a bug in it:
+ echo 'Removing files'
Removing files
+ for i in '"${cleanupFiles[@]}"'
+ echo Removing: '/Library/Application Support/SIMBL'
Removing: /Library/Application Support/SIMBL
+ nukeFiles '/Library/Application Support/SIMBL'
+ [[ -e /Library/Application Support/SIMBL ]]
+ [[ -f /Library/Application Support/SIMBL ]]
+ rm -vr '/Library/Application Support/SIMBL'
override rw-r--r-- root/admin for /Library/Application Support/SIMBL/SIMBLAgent.app/Contents/_CodeSignature/CodeResources?
Should be rm -rvf
probably
Open up:
/Applications/mySIMBL.app/Contents/Frameworks/SIMBLManager.framework/Versions/A/Resources/removeSIMBL
Remove/Comment out this line:
exec &>"$log_dir"/removeSIMBL.log
Run:
sudo ./removeSIMBL
Then run:
rm -rf /Applications/mySIMBL.app/
Didn't think to notice where these lived, but I trashed /Applications/mySIMBL.app
rather than rm
ing it and AppTrap found these additional deletable things:
Is there a fail safe way to uninstall mysimbl because i was getting mysimbl asking for permission ever since i upgraded to macOS Mojave and i had moved mysimbl to trash before upgrading to mojave and in mojave i installed mysimbl again
Plus: sorry for being late to the conversation
Don't know but (per the README) mySIMBL is deprecated and replaced by https://github.com/MacEnhance/MacForge. Probably best to use that instead
thx ill give it a try
try these commands to completely remove it launchctl list | egrep {SIMBLAgent} and launchctl remove {SIMBLAgent}
I cannot uninstall SIMBL on Sierra 12.4. I have clicked the uninstall - logged out and back in - and the agent is still installed and running as well as the osax. Is there another way?