homebrew-cask/Casks/appium.rb

20 lines
779 B
Ruby

cask 'appium' do
version '1.8.2'
sha256 'd5351ca4259f34cd20c6d23685a3ce7f5b5492c44544c92feba793241875d56e'
# github.com/appium/appium-desktop was verified as official when first introduced to the cask.
url "https://github.com/appium/appium-desktop/releases/download/v#{version}/appium-desktop-#{version}-mac.zip"
appcast 'https://github.com/appium/appium-desktop/releases.atom'
name 'Appium Desktop'
homepage 'https://appium.io/'
app 'Appium.app'
zap trash: [
'~/Library/Application Support/appium-desktop',
'~/Library/Preferences/io.appium.desktop.helper.plist',
'~/Library/Preferences/io.appium.desktop.plist',
'~/Library/Saved Application State/io.appium.desktop.savedState',
]
end