cask "wifi-explorer" do version "3.5.5" sha256 "7e38d0b373e06c670b2aea78e946e61fea267e77b59c7372111cd50fd0a9a5ce" url "https://www.intuitibits.com/downloads/WiFiExplorer_#{version}.dmg" name "WiFi Explorer" desc "Scan, monitor, and troubleshoot wireless networks" homepage "https://www.intuitibits.com/products/wifi-explorer/" livecheck do url "https://www.intuitibits.com/appcasts/wifiexplorercast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :mojave" app "WiFi Explorer.app" zap trash: [ "~/Library/Caches/wifiexplorer", "~/Library/Cookies/wifiexplorer.binarycookies", "~/Library/Group Containers/2B9R362QNU.com.adriangranados.wifiexplorer", "~/Library/Preferences/com.adriangranados.wifiexplorer*", "~/Library/Preferences/wifiexplorer.plist", "~/Library/Saved Application State/wifiexplorer.savedState", ] end