excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / w / wifiman.rb
blob469b216836704f515a7d9cb98cb08887e6eb6eb4
1 cask "wifiman" do
2   arch arm: "arm64", intel: "amd64"
4   version "1.1.0"
5   sha256 arm:   "f9544ae95a76bf0f5dec77fa0b3a37b0115190349df63a11e5318e67141ddd67",
6          intel: "ad0f92c992c8aa60f8bc442e8d3c4c801d21dbce87f0120effb129b61b315091"
8   url "https://desktop.wifiman.com/wifiman-desktop-#{version}-#{arch}.pkg"
9   name "WiFiman Desktop"
10   desc "Network monitoring and troubleshooting tool"
11   homepage "https://wifiman.com/"
13   livecheck do
14     skip "No version information available"
15   end
17   pkg "wifiman-desktop-#{version}-#{arch}.pkg"
19   uninstall launchctl: "wifiman-desktop",
20             pkgutil:   [
21               "ui.wifiman.com",
22               "ui.wifiman.network.helper.WiFimanNetworkHelper",
23             ],
24             delete:    "/Applications/WiFiman Desktop.app"
26   zap trash: [
27     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/ui.wifiman-desktop.sfl*",
28     "~/Library/Application Support/wifiman-desktop",
29     "~/Library/Logs/wifiman-desktop",
30     "~/Library/Preferences/ui.wifiman-desktop.plist",
31     "~/Library/Saved Application State/ui.wifiman-desktop.savedState",
32   ]
33 end