Changes between Version 20 and Version 21 of XcodeVersionInfo


Ignore:
Timestamp:
Dec 9, 2012, 1:57:47 PM (12 years ago)
Author:
raimue (Rainer Müller)
Comment:

Use absolute paths to avoid ${prefix}/bin/clang and alike

Legend:

Unmodified
Added
Removed
Modified
  • XcodeVersionInfo

    v20 v21  
    1010{{{
    1111#!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 |pbcopy
     12echo -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
    1313}}}
    1414