Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2013-412
$eventId
ID of event: wwdc2013
$eventContentId
ID of session without event part: 412
$eventShortId
Shortened ID of event: wwdc13
$year
Year of session: 2013
$extension
Extension of original filename: mov
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2013] [Session 412] Continuous ...

WWDC13 • Session 412

Continuous Integration with Xcode 5

Tools • iOS, OS X • 45:23

Unit tests are great, but to get the most value from them you need to test continuously. Xcode bots make testing easy, as they automatically build, analyze, test, and archive your project in a repeatable manner. See the Xcode team give a start-to-finish demonstration of setting up the new continuous integration support in Xcode.

Speakers: Andrew Nesbitt, Brent Shank

Unlisted on Apple Developer site