Skip to content

EffectiveProgramming-Forks/WWDC

 
 

Repository files navigation

WWDC app for OS X

Warning: Some features described on the readme may not be available on the latest release, download the source and build if you want the latest features.

Don't like WWDC's website? Use this app to watch WWDC sessions on your Mac.

To download the latest release, click here.

screenshot

El Capitan support

Almost everything works fine on El Capitan, but live sessions currently only play the audio, this seems to be a bug in AVFoundation and I'm currently trying to fix it.

Searching

You can perform an advanced search using the qualifiers "year", "focus", "track", "downloaded" and "description".

Example searches:

year:2013 focus:ios scroll

year:2014 track:frameworks cocoa

track:frameworks core

year:2014 downloaded:yes

description:iwork

Sharing

You can share direct links to specific session videos. Just select the session on the list and ⌘C to copy It's URL, or use the right-click menu. For instance, this link opens up the 2014 keynote.

rightmenushare

Reading

WWDC for OS X is integrated with ASCIIWWDC, so you can see and search through transcripts of the sessions while watching the videos.

screenshot2

Build Instructions

The only steps required before you build is to pull down the code and submodules:

$ git clone https://github.com/insidegui/WWDC.git
$ cd WWDC/
$ git submodule update --init --recursive

Packages

No packages published

Languages

  • Swift 63.0%
  • Objective-C 35.8%
  • Other 1.2%