Fix Lyn for macOS not uninstalling
Here's how to Lyn for macOS 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 Lyn for macOS uninstall script codes (beta):
#!/bin/bash
# Stop the Lyn app if it's running
echo "Stopping Lyn app..."
osascript -e 'quit app "Lyn"'
# Remove the Lyn app and its support files
echo "Removing Lyn app and support files..."
rm -rf /Applications/Lyn.app
rm -rf ~/Library/Application\ Support/Lyn
rm -rf ~/Library/Caches/com.lynapp.lyn
rm -rf ~/Library/Preferences/com.lynapp.lyn.plist
rm -rf ~/Library/Saved\ Application\ State/com.lynapp.lyn.savedState
echo "Lyn has been uninstalled."
To reinstall Lyn for macOS, hit https://www.lynapp.com/lyn/download/.