cask "ableton-live-intro" do version "12.1.1" sha256 "ce30ab7fac70a18e9c6aa322864c3b31ef08ee5c40113f022be03d1590efb14d" url "https://cdn-downloads.ableton.com/channels/#{version}/ableton_live_intro_#{version}_universal.dmg" name "Ableton Live Intro" desc "Sound and music editor" homepage "https://www.ableton.com/en/live/" livecheck do cask "ableton-live-suite" end auto_updates true depends_on macos: ">= :big_sur" app "Ableton Live #{version.major} Intro.app" uninstall quit: "com.ableton.live" zap trash: [ "~/Library/Application Support/Ableton", "~/Library/Application Support/CrashReporter/Ableton *_*.plist", "~/Library/Application Support/CrashReporter/Live_*.plist", "~/Library/Caches/Ableton", "~/Library/Preferences/Ableton", "~/Library/Preferences/com.ableton.live.plist*", "~/Music/Ableton", ] end