Skip to content

Instantly share code, notes, and snippets.

@nickhudkins
Last active March 25, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickhudkins/e6148919f86818651dd54e5bb71e19e9 to your computer and use it in GitHub Desktop.
Save nickhudkins/e6148919f86818651dd54e5bb71e19e9 to your computer and use it in GitHub Desktop.
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