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.
 
 

21 lines
713 B

cask :v1 => 'appcode-eap' do
version '143.869.11'
sha256 'af6d193a3b2fd3098375e39b0e33c3071b677949633acc15a13c0b62fbd9b6d0'
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