Skip to content

Instantly share code, notes, and snippets.

@dlevi309
dlevi309 / WWDC.json
Last active August 1, 2022 04:02
Compact database of all the talks, developer sessions and documentation guides given stretching back from WWDC14 to WWDC20. The assets included per session are what was made available (like pdf slides, direct download links, HLS + m3u8, etc.) Also displays scheduled deletion dates
This file has been truncated, but you can view the full file.
{
"updated": "2020-11-27T10:39:35-08:00",
"snapshotId": 1025,
"events": [
{
"name": "WWDC20",
"current": false,
"id": "wwdc2020",
"webUrlKey": "wwdc20",
"startTime": "2020-06-22T10:00:00-07:00",
[
{
"Appearances": {
"UIAppearanceAny": 0,
"UIAppearanceDark": 1,
"UIAppearanceHighContrastAny": 2,
"UIAppearanceHighContrastDark": 3
},
"AssetStorageVersion": "IBCocoaTouchImageCatalogTool-11.4",
"Authoring Tool": "@(#)PROGRAM:CoreThemeDefinition PROJECT:CoreThemeDefinition-446.1\n",
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="supported-color-schemes" content="light dark" />
<style>
:root {
supported-color-schemes: light dark;
}
import os
# preinstalled python is python2
filename = '/'.join(map(os.environ.get, ('TARGET_TEMP_DIR', 'FULL_PRODUCT_NAME'))) + '.xcent'
evil = '''
<!---><!-->
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>