mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename cleanPrefsAndData to cleanPrefsAndData-Debug and make it so it only deletes the debug data (now that the debug version has a separate app ID).
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#!/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
|
||||
6
cleanPrefsAndData-Debug
Executable file
6
cleanPrefsAndData-Debug
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
defaults delete com.ranchero.NetNewsWire-Evergreen.debug
|
||||
killall cfprefsd
|
||||
|
||||
rm -rf ~/Library/Containers/com.ranchero.NetNewsWire-Evergreen.debug
|
||||
Reference in New Issue
Block a user