cask "fork" do version "2.53.3" sha256 "819f01a21100ab9c2f0044a78230f4f68bbc39be0e946f9a843553c0418a2dc3" url "https://cdn.fork.dev/mac/Fork-#{version}.dmg" name "Fork" desc "GIT client" homepage "https://fork.dev/" livecheck do url "https://fork.dev/update/feed-stable.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :high_sierra" app "Fork.app" binary "#{appdir}/Fork.app/Contents/Resources/fork_cli", target: "fork" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.danpristupov.fork.sfl*", "~/Library/Application Support/com.DanPristupov.Fork", "~/Library/Application Support/Fork", "~/Library/Caches/com.DanPristupov.Fork", "~/Library/Caches/com.plausiblelabs.crashreporter.data/com.DanPristupov.Fork", "~/Library/Cookies/com.DanPristupov.Fork.binarycookies", "~/Library/HTTPStorages/com.DanPristupov.Fork", "~/Library/HTTPStorages/com.DanPristupov.Fork.binarycookies", "~/Library/Logs/Fork.log", "~/Library/Preferences/com.DanPristupov.Fork.plist", "~/Library/Saved Application State/com.DanPristupov.Fork.savedState", "~/Library/WebKit/com.DanPristupov.Fork", ] end