excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / appium.rb
blob67874ea888cb67e022a5fdcf43aebda11dcb1661
1 cask "appium" do
2   version "1.22.3-4"
3   sha256 "907265e27ba854f4ec66c2fea55ac2f8756264783d69b000d447b841d407e753"
5   url "https://github.com/appium/appium-desktop/releases/download/v#{version}/Appium-Server-GUI-mac-#{version}.dmg",
6       verified: "github.com/appium/appium-desktop/"
7   name "Appium Server Desktop GUI"
8   desc "Graphical frontend to Appium automation server"
9   homepage "https://appium.io/"
11   deprecate! date: "2023-12-17", because: :discontinued
13   app "Appium Server GUI.app"
15   zap trash: [
16     "~/Library/Application Support/appium-desktop",
17     "~/Library/Preferences/io.appium.desktop.helper.plist",
18     "~/Library/Preferences/io.appium.desktop.plist",
19     "~/Library/Saved Application State/io.appium.desktop.savedState",
20   ]
22   caveats do
23     requires_rosetta
24   end
25 end