Fix coteditor 3.1.1 to zap the other files (#27180)

This commit is contained in:
Kaito Udagawa 2016-11-27 20:49:50 +09:00 committed by Vítor Galvão
parent 7f3f9e70f5
commit 61c34d0a27
1 changed files with 7 additions and 1 deletions

View File

@ -29,5 +29,11 @@ cask 'coteditor' do
app 'CotEditor.app'
binary "#{appdir}/CotEditor.app/Contents/SharedSupport/bin/cot", target: 'cot'
zap delete: '~/Library/Containers/com.coteditor.CotEditor'
zap delete: [
'~/Library/Application Scripts/com.coteditor.CotEditor',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.coteditor.coteditor.sfl',
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/English/HelpSDMIndexFile/com.coteditor.CotEditor.help',
'~/Library/Caches/com.apple.helpd/SDMHelpData/Other/Japanese/HelpSDMIndexFile/com.coteditor.CotEditor.help',
'~/Library/Containers/com.coteditor.CotEditor',
]
end