get_xcode_version.sh 71 Bytes
Newer Older
1 2 3
#!/bin/bash
xcodebuild -version 2>&1 | (head -n1) | awk  '{print $2}'