cask "tiny-shield" do version "0.9.0,9000" sha256 "38198211c35b79ff12fbddbe41679602802be8aef0eb7fdff3c3781b6ca163a2" url "https://download.proxyman.io/tinyshield/#{version.csv.second}/Tiny_Shield_#{version.csv.first}.dmg", verified: "download.proxyman.io/tinyshield/" name "Tiny Shield" desc "Control and monitor network connections" homepage "https://tinyshield.proxyman.com/" livecheck do url "https://api-tinyshield.proxyman.com/api/releases/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :sequoia" app "Tiny Shield.app" zap trash: [ "/Library/Application Support/com.proxyman.ProxymanGuard", "~/Library/Application Support/com.proxyman.ProxymanGuard", "~/Library/Caches/com.proxyman.ProxymanGuard", "~/Library/HTTPStorages/com.proxyman.ProxymanGuard", "~/Library/Preferences/com.proxyman.ProxymanGuard.plist", ] end