cask "logos" do arch arm: "-arm" version "43.0.0.0377" sha256 arm: "5afe2e501a71e48b7a53d7462b42c4dd8be76e74d17438f16cc45e7bebc75a42", intel: "7076359ed3420e1460920e98e6a2bdbfab8cde1f794fc71dc9d29fc788d06236" url "https://downloads.logoscdn.com/LBS10/Installer/#{version}/LogosMac#{arch}.dmg", verified: "downloads.logoscdn.com/" name "Logos" desc "Bible study software" homepage "https://www.logos.com/" livecheck do url "https://clientservices.logos.com/update/v1/feed/logos10-mac/stable.xml" strategy :xml do |xml| xml.get_elements("//logos:version")&.map { |item| item.text&.strip } end end auto_updates true depends_on macos: ">= :ventura" app "Logos.app" uninstall launchctl: "com.logos.LogosIndexer", quit: "com.logos.Logos" zap trash: [ "~/Library/Preferences/com.logos.Logos.plist", "~/Library/Preferences/com.logos.LogosCEF.plist", "~/Library/Preferences/com.logos.LogosIndexer.plist", ] end