homebrew-cask/Casks/timing.rb

26 lines
1.0 KiB
Ruby

cask 'timing' do
version '2019.3'
sha256 '65b696c17642e2356b831439997913f9b7d5bf0316bd0d945d22fdf4860b42aa'
url 'https://timingapp.com/download/Timing.dmg'
appcast 'https://timingapp.com/updates/timing2.xml'
name 'Timing'
homepage 'https://timingapp.com/'
app 'Timing.app'
uninstall login_item: 'TimingHelper'
zap trash: [
'~/Library/Application Support/info.eurocomp.TimingHelper.InfoExtractorService',
'~/Library/Application Support/info.eurocomp.Timing2/',
'~/Library/Application Support/info.eurocomp.TimingHelper/',
'~/Library/Caches/info.eurocomp.TimingHelper.InfoExtractorService',
'~/Library/Caches/info.eurocomp.Timing2/',
'~/Library/Caches/info.eurocomp.TimingHelper/',
'~/Library/Preferences/info.eurocomp.TimingHelper.InfoExtractorService.plist',
'~/Library/Preferences/info.eurocomp.Timing2.plist',
'~/Library/Preferences/info.eurocomp.TimingHelper.plist',
]
end