mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-02 12:58:26 +01: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:
parent
b9a38584d2
commit
91b838aae0
@ -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
|
Loading…
Reference in New Issue
Block a user