3 sha256 "539aead52153a6decde115ba75f5a60848cbbdbd7bca3472347e5fc9d449d20c"
5 url "https://github.com/insidegui/WWDC/releases/download/#{version.csv.first}/WWDC_v#{version.csv.first}-#{version.csv.second}.dmg",
6 verified: "github.com/insidegui/WWDC/"
8 desc "Allows access to WWDC livestreams, videos and sessions"
9 homepage "https://wwdc.io/"
13 regex(/^WWDC[._-]v?(\d+(?:[.-]\d+)+)\.dmg$/i)
14 strategy :github_latest do |json, regex|
15 json["assets"]&.map do |asset|
16 match = asset["name"]&.match(regex)
25 depends_on macos: ">= :monterey"
30 "~/Library/Application Support/io.wwdc.app",
31 "~/Library/Application Support/io.wwdc.app.TranscriptIndexingService",
32 "~/Library/Application Support/WWDC",
33 "~/Library/Preferences/io.wwdc.app.plist",