Created
November 12, 2013 20:42
-
-
Save timsutton/7438300 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
/usr/sbin/DevToolsSecurity -enable | |
/usr/sbin/dseditgroup -o edit -t group -a everyone _developer | |
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -license accept | |
# Install the included support stuff | |
/usr/sbin/installer -dumplog -verbose -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDeviceDevelopment.pkg -tgt / | |
/usr/sbin/installer -dumplog -verbose -pkg /Applications/Xcode.app/Contents/Resources/Packages/MobileDevice.pkg -tgt / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment