Update whichspace (#79558)

Add `uninstall` & `zap` stanza.
This commit is contained in:
Dario Vladović 2020-03-29 19:11:33 +02:00 committed by GitHub
parent 22739bba69
commit afd92e1827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -10,4 +10,12 @@ cask 'whichspace' do
depends_on macos: '> :yosemite'
app 'WhichSpace.app'
uninstall quit: 'io.gechr.WhichSpace'
zap trash: [
'~/Library/Caches/io.gechr.WhichSpace',
'~/Library/Preferences/io.gechr.WhichSpace.plist',
'~/Library/Saved Application State/io.gechr.WhichSpace.savedState',
]
end