Add zap delete for Hawk Eye.app (#31849)

This commit is contained in:
Artem Medvedev 2017-04-04 13:42:25 +03:00 committed by Vítor Galvão
parent 7908052d4d
commit 44a881911a
1 changed files with 10 additions and 0 deletions

View File

@ -11,4 +11,14 @@ cask 'hawk-eye' do
auto_updates true
app 'Hawk Eye.app'
zap delete: [
'~/Library/Application Support/Hawk Eye',
'~/Library/Caches/harksys-hawkeye',
'~/Library/Caches/harksys-hawkeye.ShipIt',
'~/Library/Cookies/harksys-hawkeye.binarycookies',
'~/Library/Preferences/harksys-hawkeye.helper.plist',
'~/Library/Preferences/harksys-hawkeye.plist',
'~/Library/Saved Application State/harksys-hawkeye.savedState',
]
end