homebrew-cask/Casks/appium.rb

21 lines
873 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'appium' do
2017-10-25 23:48:30 +08:00
version '1.2.6'
sha256 '57b2ab2a5e938d2d15a324fce350c6fc0fb655e51dc255e1f9549a35e7cf1a12'
# 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',
2017-10-25 23:48:30 +08:00
checkpoint: 'b105f9f76f202579b143657930ea7f817ae55bcab7b4fa6cc7c0e4bf029f3372'
name 'Appium Desktop'
2016-10-12 16:16:25 +08:00
homepage 'https://appium.io/'
2014-09-16 00:05:15 +08:00
app 'Appium.app'
2017-03-18 21:15:57 +08:00
zap delete: '~/Library/Saved Application State/io.appium.desktop.savedState',
trash: [
'~/Library/Application Support/appium-desktop',
'~/Library/Preferences/io.appium.desktop.helper.plist',
'~/Library/Preferences/io.appium.desktop.plist',
2017-03-18 21:15:57 +08:00
]
end