cask "theiaide" do arch arm: "-arm" version "1.62.200" sha256 arm: "663bd4721e019fd61adfa6594b8c1ec7c74896b5fc0d39e2624c1cb9668ec70a", intel: "00bf0c7eb44102345762f2d08b4c4df74a2a55d3843592ce4e5fa054cd0cc1c7" url "https://download.eclipse.org/theia/ide/#{version}/macos#{arch}/TheiaIDE.dmg", verified: "download.eclipse.org/theia/ide/" name "TheiaIDE" desc "IDE framework" homepage "https://theia-ide.org/" livecheck do url "https://download.eclipse.org/theia/ide/latest/macos#{arch}/latest-mac.yml" strategy :electron_builder end auto_updates true depends_on macos: ">= :high_sierra" app "TheiaIDE.app" zap trash: [ "~/.theia-ide", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/eclipse.theia.sfl*", "~/Library/Application Support/Theia IDE", "~/Library/Logs/Theia IDE", "~/Library/Preferences/eclipse.theia.plist", "~/Library/Saved Application State/eclipse.theia.savedState", ] end