cask "sketch@beta" do version "2025.2,204748" sha256 "95c4b2b2b3a891c999260fdb246ac76b7eb8110dc9b0a9a7717d4ef8e4e841c5" 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