cask "reveal" do version "53" sha256 "150c028561fe826ae7eb401ef3b709af38c1454353f2a0093646038d6216e26e" url "https://download.revealapp.com/Reveal.app-#{version}.zip" name "Reveal" desc "Powerful runtime view debugging for iOS developers" homepage "https://revealapp.com/" livecheck do url "https://revealapp.com/updates/index.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :ventura" app "Reveal.app" zap trash: [ "/Users/Shared/Reveal", "~/Library/Application Support/Reveal", "~/Library/Caches/com.ittybittyapps.Reveal2", "~/Library/Logs/com.ittybittyapps.Reveal2", "~/Library/Preferences/com.ittybittyapps.Reveal2.plist", "~/Library/Saved Application State/com.ittybittyapps.Reveal2.savedState", ] end