cask "foxglove" do version "2.30.0" sha256 "364428914f62205a1d0b607f158a7a5769182de0b7c81f64ada84c079d7397ec" url "https://get.foxglove.dev/desktop/latest/foxglove-#{version}-mac-universal.dmg" name "Foxglove" desc "Visualisation and debugging tool for robotics" homepage "https://foxglove.dev/" livecheck do url "https://get.foxglove.dev/desktop/latest/stable-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :big_sur" app "Foxglove.app" zap trash: [ "~/Library/Application Scripts/dev.foxglove.studio.quicklook", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/dev.foxglove.studio.sfl*", "~/Library/Application Support/Foxglove Studio", "~/Library/Caches/dev.foxglove.studio", "~/Library/Caches/dev.foxglove.studio.ShipIt", "~/Library/Containers/dev.foxglove.studio.quicklook", "~/Library/Preferences/dev.foxglove.studio.plist", "~/Library/Saved Application State/dev.foxglove.studio.savedState", ] end