cask 'wwdc' do version '6.0.4' sha256 '195bc704ae7f7d30fb3f3420e143e527ae93bb4d69c6da594c7dc81394a2a160' # github.com/insidegui/WWDC was verified as official when first introduced to the cask url "https://github.com/insidegui/WWDC/releases/download/#{version}/WWDC_v#{version}.zip" appcast 'https://github.com/insidegui/WWDC/releases.atom' name 'WWDC' homepage 'https://wwdc.io/' auto_updates true depends_on macos: '>= :sierra' app 'WWDC.app' zap trash: [ '~/Library/Application Support/io.wwdc.app', '~/Library/Application Support/io.wwdc.app.TranscriptIndexingService', '~/Library/Application Support/WWDC', '~/Library/Preferences/io.wwdc.app.plist', ] end