cask "framer" do arch arm: "arm64", intel: "x64" version "2024.45.0" sha256 arm: "94aeb94521da4d19840034070801cf71cc32e0bb495a27e8e16c5b4fcefaed7a", intel: "bf5cbe4956a53d2543e4cbfedc595916dfd93bf880d0f9d4fce1d41b89296e4a" url "https://updates.framer.com/electron/darwin/#{arch}/Framer-#{version}.zip" name "Framer" desc "Tool that helps teams design every part of the product experience" homepage "https://www.framer.com/" livecheck do url "https://updates.framer.com/electron/darwin/#{arch}/version-stable" regex(/^v?(\d+(?:\.\d+)+)$/i) end auto_updates true depends_on macos: ">= :mojave" app "Framer.app" zap trash: [ "~/Library/Application Support/Framer", "~/Library/Caches/com.framer.electron", "~/Library/Caches/com.framer.electron.ShipIt", "~/Library/HTTPStorages/com.framer.electron", "~/Library/Preferences/ByHost/com.framer.electron.ShipIt.*.plist", "~/Library/Preferences/com.framer.electron.plist", "~/Library/Saved Application State/com.framer.electron.savedState", ] end