homebrew-cask/Casks/ithoughtsx.rb

25 lines
1.0 KiB
Ruby

cask 'ithoughtsx' do
version '5.20'
sha256 '394887e5a918f3661509c2501c3fb35ec441c81224ef500bef7ab4e95c286135'
# ithoughtsx.s3.amazonaws.com was verified as official when first introduced to the cask
url "https://ithoughtsx.s3.amazonaws.com/iThoughtsX_#{version.dots_to_underscores}.zip"
appcast 'https://ithoughtsx.s3.amazonaws.com/ithoughtsx.xml'
name 'iThoughtsX'
homepage 'https://www.toketaware.com/ithoughts-osx'
auto_updates true
depends_on macos: '>= :el_capitan'
app 'iThoughtsX.app'
zap trash: [
'~/Library/Caches/CloudKit/com.apple.bird/iCloud.com.toketaware.ios.ithoughts/',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.toketaware.ithoughtsx/',
'~/Library/Caches/com.toketaware.ithoughtsx/',
'~/Library/Application Support/CloudDocs/session/containers/iCloud.com.toketaware.ios.ithoughts/',
'~/Library/Application Support/com.toketaware.ithoughtsx/',
'~/Library/Preferences/com.toketaware.ithoughtsx.plist',
]
end