cask "whatsyoursign" do version "3.0.2" sha256 "4c18b33892e29002dd693e897753e6aacbdd3ad7dca2708ea592b5af1b7aab66" url "https://github.com/objective-see/WhatsYourSign/releases/download/v#{version}/WhatsYourSign_#{version}.zip", verified: "github.com/objective-see/" name "What's Your Sign?" desc "Shows a files cryptographic signing information" homepage "https://objective-see.org/products/whatsyoursign.html" no_autobump! because: :requires_manual_review installer manual: "WhatsYourSign Installer.app" uninstall script: { executable: "/usr/bin/pluginkit", args: [ "-r", "/Applications/WhatsYourSign.app/Contents/PlugIns/WhatsYourSign.appex", ], must_succeed: false, }, delete: [ "/Applications/WhatsYourSign.app", "~/Library/Application Scripts/com.objective-see.WhatsYourSignExt.FinderSync", "~/Library/Containers/com.objective-see.WhatsYourSignExt.FinderSync", ] zap trash: "~/Library/Saved Application State/com.objective-see.WhatsYourSign.savedState" end