cask "whatsyoursign" do version "2.2.3" sha256 "7263fdf7b33949a3eb1756e4a0c22057dd59792e8ba40e35b6c5058a991757de" 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.com/products/whatsyoursign.html" 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