homebrew-cask/Casks/appium.rb

20 lines
772 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'appium' do
version '1.12.1'
sha256 '4ae68694cf8b8b0e0669d9bb29dfb88ddb2f4a9100593c7915238f9a71115b44'
# 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-mac-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/appium/appium-desktop/releases.atom'
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
2017-11-18 17:35:03 +08:00
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