cask "zoom-for-it-admins" do version "6.5.3.58803" sha256 "d7e55fdd2a9436f8aaf8c77c9089b847c741f5611ac6c8d1952576cae4dfc2a5" url "https://cdn.zoom.us/prod/#{version}/ZoomInstallerIT.pkg" name "Zoom for IT Admins" desc "Video communication and virtual meeting platform" homepage "https://www.zoom.us/" livecheck do cask "zoom" end auto_updates true conflicts_with cask: "zoom" pkg "ZoomInstallerIT.pkg" uninstall launchctl: "us.zoom.ZoomDaemon", signal: ["KILL", "us.zoom.xos"], pkgutil: "us.zoom.pkg.videomeeting", delete: [ "/Applications/zoom.us.app", "/Library/Audio/Plug-Ins/HAL/ZoomAudioDevice.driver", "/Library/Internet Plug-Ins/ZoomUsPlugIn.plugin", "/Library/Logs/DiagnosticReports/zoom.us*", "/Library/PrivilegedHelperTools/us.zoom.ZoomDaemon", ] zap trash: [ "/Library/Preferences/us.zoom.config.plist", "~/.zoomus", "~/Desktop/Zoom", "~/Documents/Zoom", "~/Library/Application Scripts/*.ZoomClient3rd", "~/Library/Application Support/CloudDocs/session/containers/iCloud.us.zoom.videomeetings", "~/Library/Application Support/CloudDocs/session/containers/iCloud.us.zoom.videomeetings.plist", "~/Library/Application Support/CrashReporter/zoom.us*", "~/Library/Application Support/zoom.us", "~/Library/Caches/us.zoom.xos", "~/Library/Cookies/us.zoom.xos.binarycookies", "~/Library/Group Containers/*.ZoomClient3rd", "~/Library/HTTPStorages/us.zoom.xos", "~/Library/HTTPStorages/us.zoom.xos.binarycookies", "~/Library/Internet Plug-Ins/ZoomUsPlugIn.plugin", "~/Library/Logs/zoom.us", "~/Library/Logs/zoominstall.log", "~/Library/Logs/ZoomPhone", "~/Library/Mobile Documents/iCloud~us~zoom~videomeetings", "~/Library/Preferences/us.zoom.airhost.plist", "~/Library/Preferences/us.zoom.caphost.plist", "~/Library/Preferences/us.zoom.Transcode.plist", "~/Library/Preferences/us.zoom.xos.Hotkey.plist", "~/Library/Preferences/us.zoom.xos.plist", "~/Library/Preferences/us.zoom.ZoomAutoUpdater.plist", "~/Library/Preferences/ZoomChat.plist", "~/Library/Safari/PerSiteZoomPreferences.plist", "~/Library/SafariTechnologyPreview/PerSiteZoomPreferences.plist", "~/Library/Saved Application State/us.zoom.xos.savedState", "~/Library/WebKit/us.zoom.xos", ] end