cask "oversight" do version "2.4.0" sha256 "2352214830d0c6c827b8e010d8dea59351dcba15019683a6e4686119174b99b9" url "https://github.com/objective-see/OverSight/releases/download/v#{version}/OverSight_#{version}.zip", verified: "github.com/objective-see/OverSight/" name "OverSight" desc "Monitors computer mic and webcam" homepage "https://objective-see.org/products/oversight.html" no_autobump! because: :requires_manual_review depends_on macos: ">= :monterey" installer script: { executable: "#{staged_path}/OverSight Installer.app/Contents/MacOS/OverSight Installer", args: ["-install"], sudo: true, } uninstall script: { executable: "#{staged_path}/OverSight Installer.app/Contents/MacOS/OverSight Installer", args: ["-uninstall"], sudo: true, } zap trash: [ "~/Library/Caches/com.objective-see.oversight", "~/Library/Caches/com.objective-see.OverSightHelper", "~/Library/Preferences/com.objective-see.oversight.plist", "~/Library/Preferences/com.objective-see.OverSightHelper.plist", ] end