cask "sketch@beta" do version "102,187496" sha256 "6c13a8f6a622e2b2990b221f6ee85685d683999c12e91471fe147732e17d8259" url "https://beta-download.sketch.com/sketch-#{version.csv.first}-#{version.csv.second}.zip" name "Sketch" desc "Digital design and prototyping platform" homepage "https://www.sketch.com/beta" livecheck do url "https://beta-download.sketch.com/sketch-versions.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :ventura" app "Sketch Beta.app" uninstall quit: "com.bohemiancoding.sketch3.beta" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.bohemiancoding.sketch3.beta.sfl*", "~/Library/Application Support/com.bohemiancoding.sketch3.beta", "~/Library/Caches/com.bohemiancoding.sketch3.beta", "~/Library/Caches/com.plausiblelabs.crashreporter.data/com.bohemiancoding.sketch3.beta", "~/Library/Cookies/com.bohemiancoding.sketch3.beta.binarycookies", "~/Library/Logs/com.bohemiancoding.sketch3.beta", "~/Library/Preferences/com.bohemiancoding.sketch3.beta.LSSharedFileList.plist", "~/Library/Preferences/com.bohemiancoding.sketch3.beta.plist", ] end