Skip to content

Instantly share code, notes, and snippets.

@kanthi
kanthi / macOS Internals.md
Created May 6, 2023 03:50 — forked from kconner/macOS Internals.md
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:

find . -name "*.rst" | while read i; do pandoc -f rst -t markdown "$i" -o "${i%.*}.md"; done