cask "ableton-live-intro@11" do version "11.3.35" sha256 "5e43565fd81f8746d913810c99e77e76a356c3cfe0744372d2a320647d2c4d81" 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@11" end auto_updates true depends_on macos: ">= :high_sierra" 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