Skip to content
Snippets Groups Projects
get_xcode_version.sh 71 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    xcodebuild -version 2>&1 | (head -n1) | awk  '{print $2}'