homebrew-cask/Casks/appcode.rb

26 lines
789 B
Ruby

cask :v1 => 'appcode' do
version '3.2'
sha256 '0f14171093f96199bb9ef68f286ee38e9f865864b285162f933116e7153e55fd'
url "https://download.jetbrains.com/objc/AppCode-#{version}.dmg"
name 'AppCode'
homepage 'https://www.jetbrains.com/objc/'
license :commercial
app 'AppCode.app'
caveats <<-EOS.undent
#{token} requires Java 6 like any other IntelliJ-based IDE.
You can install it with
brew cask install caskroom/homebrew-versions/java6
The vendor (JetBrains) doesn't support newer versions of Java (yet)
due to several critical issues, see details at
https://intellij-support.jetbrains.com/entries/27854363
To use existing newer Java at your own risk,
add JVMVersion=1.6+ to ~/Library/Preferences/IntelliJIdea14/idea.properties
EOS
end