Skip to content

Commit

Permalink
Update cleanPrefsAndData to clear out MAS build prefs and data too.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentsimmons committed Dec 12, 2018
1 parent 0963573 commit f11c4fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cleanPrefsAndData
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh

defaults delete com.ranchero.NetNewsWire-Evergreen
defaults delete com.ranchero.NetNewsWire-Evergreen.mas
killall cfprefsd

rm -rf ~/Library/Application\ Support/NetNewsWire/

rm -rf ~/Library/Containers/com.ranchero.NetNewsWire-Evergreen.mas

0 comments on commit f11c4fc

Please sign in to comment.