cask "swift-shift" do version "0.27.1" sha256 "67678a07ea39783850e858bc0bc2c2c0a9a05b1ac665ba23b7e8ce46cdb0cfed" url "https://github.com/pablopunk/SwiftShift/releases/download/#{version}/SwiftShift.zip", verified: "github.com/pablopunk/SwiftShift/" name "Swift Shift" desc "Window manager" homepage "https://www.swiftshift.app/" livecheck do url "https://pablopunk.github.io/SwiftShift/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :ventura" app "Swift Shift.app" uninstall quit: "com.pablopunk.Swift-Shift", login_item: "Swift Shift" zap trash: [ "~/Library/HTTPStorages/com.pablopunk.Swift-Shift", "~/Library/Preferences/com.pablopunk.Swift-Shift.plist", ] end