Files
homebrew-cask/Casks/f/foxglove-studio.rb
2023-11-28 02:37:54 -05:00

28 lines
918 B
Ruby

cask "foxglove-studio" do
version "1.79.0"
sha256 "b492b74904997dc09a250f0b2d465b2450336b26564e67063aa3920ea00d7f8c"
url "https://github.com/foxglove/studio/releases/download/v#{version}/foxglove-studio-#{version}-mac-universal.dmg",
verified: "github.com/foxglove/studio/"
name "Foxglove Studio"
desc "Visualization and debugging tool for robotics"
homepage "https://foxglove.dev/"
livecheck do
url :url
strategy :github_latest
end
app "Foxglove Studio.app"
zap trash: [
"~/Library/Application Scripts/dev.foxglove.studio.quicklook",
"~/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