cask 'textmate' do version '2.0-rc.7' sha256 'cec681703045eae3d49fde2f94619256f089c1413b1750773dba5e6ca7bc1e20' # github.com/textmate/textmate was verified as official when first introduced to the cask url "https://github.com/textmate/textmate/releases/download/v#{version}/TextMate_#{version}.tbz" appcast 'https://github.com/textmate/textmate/releases.atom', checkpoint: '3b9a2f7f90cf9f46232fd530bf98fb0295ad749eb6bb03312391c70e33a5a6ae' name 'TextMate' homepage 'https://macromates.com/' auto_updates true depends_on macos: '>= :mountain_lion' app 'TextMate.app' binary "#{appdir}/TextMate.app/Contents/Resources/mate" zap trash: [ '~/Library/Application Support/Avian', '~/Library/Application Support/TextMate', '~/Library/Caches/com.macromates.TextMate', '~/Library/Preferences/com.macromates.TextMate.preview.LSSharedFileList.plist', '~/Library/Preferences/com.macromates.TextMate.preview.plist', '~/Library/Preferences/com.macromates.TextMate.plist', '~/Library/Preferences/com.macromates.textmate.webpreview.plist', '~/Library/Preferences/com.macromates.textmate.latex_config.plist', '~/Library/Saved Application State/com.macromates.TextMate.savedState', ] end