cask 'rider' do version '2017.3,173.3994.1125' sha256 '41fb55dbdfa8fa1929ea6d61c3e9cfb1705a8d5fd2c6d2bd725d20d5d3db8f9b' url "https://download.jetbrains.com/resharper/JetBrains.Rider-#{version.before_comma}.dmg" appcast 'https://data.services.jetbrains.com/products/releases?code=RD&latest=true&type=release', checkpoint: '511b8295c4f67322aefc96a246b782ad098c1a6d76dd2440ac0da4bc07e2525d' name 'Jetbrains Rider' homepage 'https://www.jetbrains.com/rider/' auto_updates true app "Rider #{version.before_comma}.app" uninstall_postflight do ENV['PATH'].split(File::PATH_SEPARATOR).map { |path| File.join(path, 'rider') }.each { |path| File.delete(path) if File.exist?(path) && File.readlines(path).grep(%r{# see com.intellij.idea.SocketLock for the server side of this interface}).any? } end zap trash: [ "~/Library/Application Support/Rider#{version.major_minor}", "~/Library/Caches/Rider#{version.major_minor}", "~/Library/Logs/Rider#{version.major_minor}", "~/Library/Preferences/Rider#{version.major_minor}", '~/Library/Preferences/jetbrains.rider.71e559ef.plist', '~/Library/Saved Application State/com.jetbrains.rider.savedState', ] end