Skip to content

Instantly share code, notes, and snippets.

View robmarano's full-sized avatar
🎯
I may be slow to respond.

Rob Marano robmarano

🎯
I may be slow to respond.
View GitHub Profile
@robmarano
robmarano / xcode_dev_swap.sh
Created November 12, 2021 22:20
Alternating between Xcode command line tools and Xcode Developer
# Alternating between Xcode command line tools and Xcode Developer
# Use Xcode command line tools
sudo xcode-select -s /Library/Developer/CommandLineTools
# Use Xcode Developer
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer