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.
31 lines
1.2 KiB
31 lines
1.2 KiB
cask 'appcode-eap' do
|
|
version '2016.1.1'
|
|
sha256 'e25bae93640fb736fb9d6ae33984e73931650c753d989e5ff904d30ae3b5a094'
|
|
|
|
url "https://download.jetbrains.com/objc/AppCode-#{version}.dmg"
|
|
name 'AppCode'
|
|
homepage 'https://confluence.jetbrains.com/display/OBJC/AppCode+EAP'
|
|
license :commercial
|
|
|
|
conflicts_with cask: 'appcode'
|
|
|
|
app 'AppCode.app'
|
|
|
|
zap delete: [
|
|
"~/.Appcode#{version.major_minor}",
|
|
# TODO: expand/glob for '~/Library/Preferences/jetbrains.appcode.*.plist',
|
|
"~/Library/Preferences/AppCode#{version.major_minor}",
|
|
"~/Library/Application Support/AppCode#{version.major_minor}",
|
|
"~/Library/Caches/AppCode#{version.major_minor}",
|
|
"~/Library/Logs/AppCode#{version.major_minor}",
|
|
]
|
|
|
|
# remove this when this cask is updated to an EAP release
|
|
caveats <<-EOS.undent
|
|
There is currently no EAP preview release. Instead, the latest stable
|
|
version will be installed.
|
|
To receive future EAP releases via the IDE's built-in update system, go to
|
|
Preferences > Appearance & Behavior > System Settings > Updates
|
|
and select the Early Access Program channel.
|
|
EOS
|
|
end
|
|
|