Skip to content

Instantly share code, notes, and snippets.

@kconner
kconner / macOS Internals.md
Last active April 24, 2025 10:08
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options:

/*
We need to require the pupilplugin-creator
*/
var http = require('http')
, pupilPlugin = require('../lib/pupilplugin')
, somehttpstuffthatreturnsjson = new pupilPlugin()
/*
setup is an optional function, that is used to configure the instanciated
version of the plugin. This is used to set configurational parameters.