Skip to content

Instantly share code, notes, and snippets.

@agirault
Created December 17, 2015 21:27
Show Gist options
  • Save agirault/617758df21fbeb88c7f2 to your computer and use it in GitHub Desktop.
Save agirault/617758df21fbeb88c7f2 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Download MacOSX SDK and link them into XCode
# Make sure to update XCode beforehand (xcode-select --install)
mkdir SDKs
cd SDKs
git clone https://github.com/phracker/MacOSX-SDKs.git MacOSX.platform
cd ..
git clone https://gist.github.com/f213c737c0b2b581b13c.git
mv ./f213c737c0b2b581b13c/add-sdks.py .
rm -rf ./f213c737c0b2b581b13c
chmod +x add-sdks.py
./add-sdks.py ./SDKs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment