cask "framer" do arch arm: "arm64", intel: "x64" version "2025.12.2" sha256 arm: "e3c974b0539e65bb5b6324909958675026a08230956486912eaff91f3c95cb2f", intel: "634bb259c8ed8de642a0b089b366b621fb6b15f74f81785e98d690bdb5ee3ebd" 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: ">= :catalina" 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