You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
706 B

cask 'appcode-eap' do
version '143.1453.8'
sha256 '8d236424aac3f78c28f7ec16a8e0ea799b6f7c4ba29d6ddfe64499f625135a65'
url "https://download.jetbrains.com/objc/AppCode-#{version}-custom-jdk-bundled.dmg"
name 'AppCode'
homepage 'https://confluence.jetbrains.com/display/OBJC/AppCode+EAP'
license :commercial
app 'AppCode EAP.app'
zap :delete => [
'~/Library/Preferences/com.jetbrains.AppCode-EAP.plist',
'~/Library/Preferences/AppCode33',
'~/Library/Application Support/AppCode33',
'~/Library/Caches/AppCode33',
'~/Library/Logs/AppCode33',
]
conflicts_with :cask => 'appcode'
end