excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / whatsyoursign.rb
blobafab46a5befe9c687b923506793772f342f40f67
1 cask "whatsyoursign" do
2   version "3.0.1"
3   sha256 "691e5873509d30f0a6c4be01eca14cf9d551fcb4510b6739835929a3f33e779e"
5   url "https://github.com/objective-see/WhatsYourSign/releases/download/v#{version}/WhatsYourSign_#{version}.zip",
6       verified: "github.com/objective-see/"
7   name "What's Your Sign?"
8   desc "Shows a files cryptographic signing information"
9   homepage "https://objective-see.com/products/whatsyoursign.html"
11   installer manual: "WhatsYourSign Installer.app"
13   uninstall script: {
14               executable:   "/usr/bin/pluginkit",
15               args:         [
16                 "-r",
17                 "/Applications/WhatsYourSign.app/Contents/PlugIns/WhatsYourSign.appex",
18               ],
19               must_succeed: false,
20             },
21             delete: [
22               "/Applications/WhatsYourSign.app",
23               "~/Library/Application Scripts/com.objective-see.WhatsYourSignExt.FinderSync",
24               "~/Library/Containers/com.objective-see.WhatsYourSignExt.FinderSync",
25             ]
27   zap trash: "~/Library/Saved Application State/com.objective-see.WhatsYourSign.savedState"
28 end