forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappium.rb
19 lines (16 loc) · 772 Bytes
/
appium.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
cask 'appium' do
version '1.13.0'
sha256 'eae60a13682708da31b00f07d0728de448e354e5feb145d5602fba3335cb87da'
# 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"
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