cask "retcon" do version "1.1.3" sha256 "e1592b9fb16c48a96516c25159061357abef4fee1c6610a5aff06ec0022c15a8" url "https://f000.backblazeb2.com/file/downloads-lemon-garden/retcon/retcon-#{version}.dmg", verified: "f000.backblazeb2.com/file/downloads-lemon-garden/" name "Retcon" desc "Drag-and-drop Git history editor" homepage "https://retcon.app/" livecheck do url "https://lemon.garden/retcon/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :sonoma" app "Retcon.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/garden.lemon.retcon.sfl*", "~/Library/Caches/garden.lemon.Retcon", "~/Library/HTTPStorages/garden.lemon.Retcon", "~/Library/Preferences/garden.lemon.Retcon.plist", "~/Library/Saved Application State/garden.lemon.Retcon.savedState", ] end