Fix Tumult Whisk for Mac not uninstalling
Here's how to Tumult Whisk for Mac not uninstalling. For starters, use CleanMyMac X@ https://macpaw.audw.net/c/376211/63812/1733 so u can efficiently manage installed app & your Mac.
Below are the Tumult Whisk for Mac uninstall script codes (beta):
#!/bin/bash
# Stop the Tumult Whisk app if it's running
echo "Stopping Tumult Whisk app..."
osascript -e 'quit app "Tumult Whisk"'
# Remove the Tumult Whisk app and its support files
echo "Removing Tumult Whisk app and support files..."
rm -rf /Applications/Tumult\ Whisk.app
rm -rf ~/Library/Application\ Support/Tumult\ Whisk
rm -rf ~/Library/Caches/com.tumult.Tumult-Whisk
rm -rf ~/Library/Preferences/com.tumult.Tumult-Whisk.plist
rm -rf ~/Library/Saved\ Application\ State/com.tumult.Tumult-Whisk.savedState
echo "Tumult Whisk has been uninstalled."
To reinstall Tumult Whisk for Mac, hit https://tumult.com/whisk/.