cask "mmhmm-studio" do on_monterey :or_older do version "2.5.2,1687464000" sha256 "49ddb6c2b02050386f7786a619a5d2e87eea130f5b68fcd03ebb2ac4dfb8986f" end on_ventura :or_newer do version "2.6.4,1726550000" sha256 "960737943bfbde565926f8b336b78843ce52a07f948805ad48701eb8e1e68bab" end url "https://updates.mmhmm.app/mac/production/mmhmmStudio_#{version.csv.first}.zip" name "mmhmm Studio" desc "Virtual video presentation software" homepage "https://www.mmhmm.app/product" no_autobump! because: :requires_manual_review deprecate! date: "2025-05-26", because: :discontinued auto_updates true depends_on macos: ">= :big_sur" app "mmhmm Studio.app" uninstall launchctl: "app.mmhmm.Camera.Assistant", quit: "app.mmhmm.app", pkgutil: "app.mmhmm.app", delete: [ "/Library/Audio/Plug-Ins/HAL/mmhmmAudio.driver", "/Library/CoreMediaIO/Plug-Ins/DAL/mmhmmCamera.plugin", ] zap trash: [ "~/Library/Preferences/app.mmhmm.app.plist", "~/Library/Saved Application State/app.mmhmm.app.savedState", ] end