Last active
March 25, 2019 19:40
-
-
Save nickhudkins/e6148919f86818651dd54e5bb71e19e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask 'appium' do | |
version '1.10.0' | |
sha256 '62257dc78097c399fb9a823f649655f4022f400b' | |
# 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-#{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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment