Skip to content

Instantly share code, notes, and snippets.

@frytaz
Last active December 28, 2020 19:46
Show Gist options
  • Select an option

  • Save frytaz/0d8f0ef69a813574c599f08e405b2062 to your computer and use it in GitHub Desktop.

Select an option

Save frytaz/0d8f0ef69a813574c599f08e405b2062 to your computer and use it in GitHub Desktop.
Navicat
#!/bin/bash
# Remove data
rm ~/Library/Application\ Support/PremiumSoft\ CyberTech/Navicat\ CC/Navicat\ Premium/.[A-Z0-9]*
# Convert binary plist
plutil -convert xml1 ~/Library/Preferences/com.prect.NavicatPremium15.plist
# Remove 1851677BB2F5551BFD9F041BB29EDB43 key from plist
plutil -remove 1851677BB2F5551BFD9F041BB29EDB43 ~/Library/Preferences/com.prect.NavicatPremium15.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment