homebrew-cask/Casks/appium.rb

21 lines
869 B
Ruby

cask 'appium' do
version '1.2.7'
sha256 '10f76737b5fb7b1bb87191ad99713931546b5de65f685e4f5aef28442690f737'
# 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: '1c150a4e3d06e86f3cb5ae94d90ef38b0561ae6422ca253bb1c8b58a6e61339c'
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