Skip to content
The unofficial WWDC app for macOS
Swift Objective-C Other
Branch: master
Clone or download

Latest commit

Latest commit 000905c Jun 2, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Updates ReadMe and Issue Template to include references to the code o… Jan 22, 2018
ConfCore Merged #604 Jun 2, 2020
ConfCoreTests
Crashlytics.framework Updates fabric frameworks Mar 9, 2018
Design Refactor appearance-related code, using fallback accent color when gr… May 29, 2020
Fabric.framework Updates fabric frameworks Mar 9, 2018
Fixtures Updated config fixture, testing event hero parsing May 28, 2020
PlayerUI Bumped deployment target to 10.15, fixed deprecations May 29, 2020
Releases 6.2 release Apr 5, 2020
Resources Added interface icons to repo Feb 17, 2017
TranscriptIndexingService Modernized transcripts XPC, exposing progress to client. Fixes crash … May 27, 2020
Transcripts Remove import Combine May 27, 2020
TranscriptsTests Integrated with Apple's transcripts API May 25, 2020
WWDC.xcodeproj Universal links Jun 2, 2020
WWDC Universal links Jun 2, 2020
screenshots Updated screenshots Nov 6, 2018
.gitignore The icon is now in the repo 🎉 May 31, 2017
.swiftlint.yml Using NSSwitch for prefs, moved playback-related prefs to separate tab May 30, 2020
.travis.yml Change the travis Xcode image Oct 1, 2019
Brewfile Update Travis configuration Aug 10, 2018
CODE_OF_CONDUCT.md Adopt Contributor Covenant Jan 22, 2018
CONTRIBUTING.md
Cartfile Updated SwiftyJSON May 29, 2020
Cartfile.resolved Updated SwiftyJSON May 29, 2020
Gemfile Adds missing gemfile May 15, 2018
Gemfile.lock Adds missing gemfile May 15, 2018
LICENSE Version 5 app skeleton Feb 5, 2017
README.md Updated readme May 9, 2020
bootstrap.sh Use plain string literals, ensure build exit code is passed out Sep 13, 2018
cleardata.sh Two small fixes Mar 19, 2018
resetSync.sh Removed CommunitySupport May 29, 2018

README.md

The unofficial WWDC app for macOS

WWDC for macOS allows both attendees and non-attendees to access WWDC livestreams, videos and sessions during the conference and as a year-round resource.

⬇️ If you just want to download the latest release, go to the website.

Schedule

The schedule tab shows the schedule for the most recent WWDC, and allows you to watch live streams for the Keynote and other sessions throughout the week.

schedule

Videos

Watch this year's videos as they're released and access videos from previous years. With ASCIIWWDC integration, you can also read transcripts of sessions and easily jump to a specific point in the relevant video.

videos

Video features

  • Watch videos in 0.5x, 1x, 1.25x, 1.5x, 1.75x or 2x speeds
  • Fullscreen and native picture-in-picture support
  • Navigate video contents easily with the help of transcripts

Chromecast

You can watch WWDC videos (both live and on-demand) on your Chromecast. Just click the Chromecast button while playing a video, choose your device from the list and control playback using the Google Home app on your phone.

chromecast

Bookmarks

Have you ever found yourself watching a WWDC session and wishing you could take notes at a specific point in the video to refer back to later on? This is now possible with bookmarks.

With bookmarks, you can create a reference point within a video and add an annotation to it. Your bookmark annotations can also be considered while using the search, so it's easier than ever to find the content you've bookmarked before.

bookmarks

iCloud Sync

With version 6.0, you can try out our new iCloud sync feature. Enable the feature in preferences and your favorites, bookmarks and progress in sessions will be synced accross all your Macs.

Sharing

You can easily share links to sessions or videos by using the share button. The links shared are for Apple's developer website, but the app can open these links if you drag them into the icon. You can also handoff content from your Mac to the Apple Developer app on iOS.

Nerdy bits 🤓

Code of Conduct

We expect all of our contributors to help uphold the values set out in our code of conduct. We fundamentally believe this will help us build a better community, and with it a better app.

Contributing

Please read the contribution guidelines before opening an issue or pull request.

External libraries

A number of third-party libraries are used by the app:

Internal libraries

  • ConfCore is the core of the app that deals with Apple's WWDC API, data storage, caching, syncing and transcripts (everything that has to do with data, basically)
  • PlayerUI contains the UI components for the video player and some general-purpose UI components used throughout the app
  • ThrowBack provides support for migration of user data and preferences from old versions of the app

Building the app

Building requires Xcode 10.2 or later.

Building the app requires Carthage to be installed.

Clone this branch and before opening the project, run ./bootstrap.sh to fetch the dependencies (this script can take a while to run, that's normal).

Since the app uses CloudKit, when you build it yourself, all of the CloudKit-dependant functionality will not be available. CloudKit requires a provisioning profile and a paid developer account.

To build the app yourself without the need for a developer account and a CloudKit container, always use the WWDC target when building. The WWDC with iCloud target requires a paid developer account and a CloudKit container, which you won't be able to create because of the app's bundle identifier.

schedule

Clearing app data during development

If you need to clear the app's preferences and stored data during development, you can run ./cleardata.sh in the project folder. This will delete all of your preferences and data like favorites, bookmarks and progress in videos, so be careful.

You can’t perform that action at this time.