homebrew-cask/Casks/reveal.rb

29 lines
805 B
Ruby

cask "reveal" do
version "32,15614"
sha256 "efa2029000c6ea78d0284416dfbc92c9ad6e5a56703b213a23e3d96353586828"
url "https://download.revealapp.com/Reveal.app-#{version.csv.first}.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
end
auto_updates true
depends_on macos: ">= :catalina"
app "Reveal.app"
zap trash: [
"~/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",
"/Users/Shared/Reveal",
]
end