cask "huly" do arch arm: "arm64", intel: "x64" version "0.6.502" sha256 arm: "cfc561d4403398b3f812d2693880cb0240799f28fbfad8b3735095c22a280e47", intel: "dac6f71ba14844db6f9e9528063ec0e6d9f2e3720b04b4efae24fb19293487e8" url "https://dist.huly.io/Huly-macos-#{version}-#{arch}.zip" name "Huly" desc "All-in-One Project Management Platform" homepage "https://huly.io/" livecheck do url "https://dist.huly.io/huly-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :big_sur" app "Huly.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/hc.hcengineering.huly.sfl*", "~/Library/Application Support/Huly Desktop", "~/Library/Logs/Huly Desktop", "~/Library/Preferences/hc.hcengineering.Huly.plist", "~/Library/Saved Application State/hc.hcengineering.Huly.savedState", ] end