Skip to content

Instantly share code, notes, and snippets.

@lastguest
Forked from ziadoz/gist:3130725
Created December 25, 2013 22:47
Show Gist options
  • Save lastguest/8127678 to your computer and use it in GitHub Desktop.
Save lastguest/8127678 to your computer and use it in GitHub Desktop.
# Install XCode.
# Install XCode CLI Tools.
# Select XCode.
xcode-select -switch /Applications/Xcode.app/Contents/Developer
# Install Auto Tools.
brew install autoconf automake
# Symlink iOS Simulator.
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iPhone\ Simulator.app
# Fix HomeBrew Permissions.
sudo chown -R $(whoami) /usr/local
# Restore MySQL Data Permissions.
sudo chown -R _mysql:_mysql /usr/local/mysql/data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment