cask "superlist" do version "1.35.0" sha256 "1f60df66531389dab81dc0067030248f83886dbda936cf02d5e495923b6ffe74" url "https://storage.googleapis.com/superlist-appcast/beta/updates/Superlist-#{version}.zip", verified: "storage.googleapis.com/superlist-appcast/beta/updates/" name "Superlist" desc "Collaborative to-do list app" homepage "https://www.superlist.com/" livecheck do url "https://storage.googleapis.com/superlist-appcast/beta/updates/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :catalina" app "Superlist.app" zap trash: [ "~/Library/Application Support/com.superlist.superlist*", "~/Library/Caches/com.superlist.superlist*", "~/Library/HTTPStorages/com.superlist.superlist*", "~/Library/Preferences/com.superlist.superlist*.plist", "~/Library/Preferences/group.com.superlist.superlist.firebase.plist", "~/Library/Saved Application State/com.superlist.superlist.app.savedState", ] end