Merge pull request #10952 from anunez/spectacle-zap

Add missing zap stanza for Spectacle
This commit is contained in:
Vítor Galvão 2015-05-01 15:59:02 +01:00
commit 5b17ae1f46
1 changed files with 5 additions and 1 deletions

View File

@ -18,5 +18,9 @@ cask :v1 => 'spectacle' do
app 'Spectacle.app'
zap :delete => '~/Library/Preferences/com.divisiblebyzero.Spectacle.plist'
zap :delete => [
'~/Library/Caches/com.divisiblebyzero.Spectacle',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.divisiblebyzero.Spectacle',
'~/Library/Preferences/com.divisiblebyzero.Spectacle.plist',
]
end