Changes between Version 20 and Version 21 of XcodeVersionInfo
- Timestamp:
- Dec 9, 2012, 1:57:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XcodeVersionInfo
v20 v21 10 10 {{{ 11 11 #!sh 12 echo -e "=== $( xcodebuild -version |head -n1) ===\n * '''Xcode''': $(xcodebuild -version |tail -1)\n * '''llvm-gcc''': $(llvm-gcc --version |head -1)\n * '''clang''': $(clang --version |head -n1)" |tee /dev/tty |pbcopy12 echo -e "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n * '''llvm-gcc''': $(/usr/bin/llvm-gcc --version |head -1)\n * '''clang''': $(/usr/bin/clang --version |head -n1)" |tee /dev/tty |pbcopy 13 13 }}} 14 14