homebrew-cask/Casks/appium.rb

21 lines
869 B
Ruby

cask 'appium' do
version '1.3.1'
sha256 '6645877857db64e6738e62e7c9d36cd74c9e77c983096225a79d82e5ce7e3c88'
# 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',
checkpoint: '92620ca6dab68894835853642c508a3ec6a34e985f5a0b84dd602f5307580d08'
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