cask "breaktimer" do version "1.3.2" sha256 "d6e46421ec302431132040cbdd148e3ba634b609c42a152ad85c27f00ea440b0" url "https://github.com/tom-james-watson/breaktimer-app/releases/download/v#{version}/BreakTimer.dmg", verified: "github.com/tom-james-watson/breaktimer-app/" name "BreakTimer" desc "Tool to manage periodic breaks" homepage "https://breaktimer.app/" auto_updates true app "BreakTimer.app" binary "#{appdir}/BreakTimer.app/Contents/MacOS/BreakTimer", target: "breaktimer" uninstall launchctl: "com.tomjwatson.breaktimer.ShipIt", quit: "com.tomjwatson.breaktimer" zap trash: [ "~/Library/Application Support/BreakTimer", "~/Library/Caches/com.tomjwatson.breaktimer", "~/Library/Caches/com.tomjwatson.breaktimer.ShipIt", "~/Library/Logs/BreakTimer", "~/Library/Preferences/ByHost/com.tomjwatson.breaktimer.ShipIt.*.plist", "~/Library/Preferences/com.tomjwatson.breaktimer.plist", "~/Library/Saved Application State/com.tomjwatson.breaktimer.savedState", ] end