excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / reveal.rb
blobd61039975628412fa64f343dbd1470f4b72f331e
1 cask "reveal" do
2   version "51"
3   sha256 "3e8d9ee8c06cebe404f0c3ffff8c10154f94b19e7d06febf7f406c273bf898ab"
5   url "https://download.revealapp.com/Reveal.app-#{version}.zip"
6   name "Reveal"
7   desc "Powerful runtime view debugging for iOS developers"
8   homepage "https://revealapp.com/"
10   livecheck do
11     url "https://revealapp.com/updates/index.xml"
12     strategy :sparkle, &:short_version
13   end
15   auto_updates true
16   depends_on macos: ">= :ventura"
18   app "Reveal.app"
20   zap trash: [
21     "/Users/Shared/Reveal",
22     "~/Library/Application Support/Reveal",
23     "~/Library/Caches/com.ittybittyapps.Reveal2",
24     "~/Library/Logs/com.ittybittyapps.Reveal2",
25     "~/Library/Preferences/com.ittybittyapps.Reveal2.plist",
26     "~/Library/Saved Application State/com.ittybittyapps.Reveal2.savedState",
27   ]
28 end