homebrew-cask/Casks/logos.rb

24 lines
822 B
Ruby

cask 'logos' do
version '8.9.0.0030'
sha256 'cc94fae8556232a444bf52d5b3c98d502637f92b86fdc976399c950fecc654ea'
# downloads.logoscdn.com was verified as official when first introduced to the cask
url "https://downloads.logoscdn.com/LBS8/Installer/#{version}/LogosMac.dmg"
appcast "https://clientservices.logos.com/update/v1/feed/logos#{version.major}-mac/stable.xml"
name 'Logos Bible Software'
homepage 'https://www.logos.com/'
depends_on macos: '>= :el_capitan'
app 'Logos.app'
uninstall launchctl: 'com.logos.LogosIndexer',
quit: 'com.logos.Logos'
zap trash: [
'~/Library/Preferences/com.logos.LogosIndexer.plist',
'~/Library/Preferences/com.logos.LogosCEF.plist',
'~/Library/Preferences/com.logos.Logos.plist',
]
end