cask "wooshy" do version "2828.16.0" sha256 :no_check url "https://wooshy.app/releases/Wooshy.zip" name "Wooshy" desc "Click and more on UI Elements through typing" homepage "https://wooshy.app/" livecheck do url "https://wooshy.app/releases/appcast.xml" strategy :sparkle do |item| item.version.to_s end end depends_on macos: ">= :monterey" app "Wooshy.app" zap trash: [ "~/Library/Application Scripts/mo.com.sleeplessmind.Wooshy", "~/Library/Application Scripts/mo.com.sleeplessmind.Wooshy-LaunchAtLoginHelper", "~/Library/Application Support/Wooshy", "~/Library/Caches/mo.com.sleeplessmind.Wooshy", "~/Library/Containers/mo.com.sleeplessmind.Wooshy", "~/Library/Containers/mo.com.sleeplessmind.Wooshy-LaunchAtLoginHelper", "~/Library/Preferences/mo.com.sleeplessmind.Wooshy.plist", "~/Library/Saved Application State/mo.com.sleeplessmind.Wooshy.savedState", ] end