excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / swift-quit.rb
blobd9392296997bf5433064d7127f797b63c9bb4199
1 cask "swift-quit" do
2   version "1.5"
3   sha256 "a4e467cb13a14dcff3ca4047179ba3b16119f458cd6ae2467810f3f5b9c74efb"
5   url "https://github.com/onebadidea/swiftquit/releases/download/v#{version}/Swift.Quit.zip",
6       verified: "github.com/onebadidea/swiftquit/"
7   name "Swift Quit"
8   desc "Enable Windows-like program quitting when all windows are closed"
9   homepage "https://swiftquit.com/"
11   depends_on macos: ">= :big_sur"
13   app "Swift Quit.app"
15   uninstall quit: "onebadidea.Swift-Quit"
17   zap trash: "~/Library/Preferences/onebadidea.Swift-Quit.plist"
18 end