Changes between Version 38 and Version 39 of XcodeVersionInfo


Ignore:
Timestamp:
Apr 26, 2013, 3:35:17 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

10.5: add complete info for Xcode 3.1.x on Intel

Legend:

Unmodified
Added
Removed
Modified
  • XcodeVersionInfo

    v38 v39  
    1010{{{
    1111#!sh
    12 echo -e "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n$(test -x /usr/bin/gcc-3.3 && echo " * '''gcc-3.3''': $(/usr/bin/gcc-3.3 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.0 && echo " * '''gcc-4.0''': $(/usr/bin/gcc-4.0 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.2 && echo " * '''gcc-4.2''': $(/usr/bin/gcc-4.2 --version 2>/dev/null |head -1)\n")$((test -x /usr/bin/llvm-gcc-4.2 || test -x /Developer/usr/bin/llvm-gcc-4.2) && echo " * '''llvm-gcc''': $((/usr/bin/llvm-gcc --version 2>/dev/null || /Developer/usr/bin/llvm-gcc --version 2>/dev/null) |head -1)\n")$((test -x /usr/bin/clang || test -x /Developer/usr/bin/clang) && echo " * '''clang''': $((test -x /usr/bin/clang && /usr/bin/clang --version 2>&1 || /Developer/usr/bin/clang --version 2>&1) |head -1)")" |tee /dev/tty |pbcopy
     12echo -en "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n$(test -x /usr/bin/gcc-3.3 && echo " * '''gcc-3.3''': $(/usr/bin/gcc-3.3 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.0 && echo " * '''gcc-4.0''': $(/usr/bin/gcc-4.0 --version 2>/dev/null |head -1)\n")$(test -x /usr/bin/gcc-4.2 && echo " * '''gcc-4.2''': $(/usr/bin/gcc-4.2 --version 2>/dev/null |head -1)\n")$((test -x /usr/bin/llvm-gcc-4.2 || test -x /Developer/usr/bin/llvm-gcc-4.2) && echo " * '''llvm-gcc''': $((/usr/bin/llvm-gcc --version 2>/dev/null || /Developer/usr/bin/llvm-gcc --version 2>/dev/null) |head -1)\n")$((test -x /usr/bin/clang || test -x /Developer/usr/bin/clang) && echo " * '''clang''': $((test -x /usr/bin/clang && /usr/bin/clang --version 2>&1 || /Developer/usr/bin/clang --version 2>&1) |head -1)\n")" |tee /dev/tty |pbcopy
    1313}}}
    1414
     
    141141
    142142== Mac OS X 10.5 ==
    143 === Xcode 3.0 ===
    144  * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
    145 
    146 === Xcode 3.1 ===
    147  * gcc4 is 4.0.1
    148  * gcc42 is 4.2.1
    149 
    150 === Xcode 3.1.1 ===
    151  * gcc4 is 4.0.1 (Apple build 5488)
    152  * gcc42 is 4.2.1 (Apple build 5564)
    153 
    154 === Xcode 3.1.2 ===
    155  * gcc4 is 4.0.1 (Apple build 5490)
    156  * gcc42 is 4.2.1 (Apple build 5566)
     143=== Xcode 3.1.4 ===
     144 * '''Xcode''': BuildVersion: 9M2809
     145 * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
     146 * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
     147 * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)
    157148
    158149=== Xcode 3.1.3 ===
     
    162153 * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)
    163154
    164 === Xcode 3.1.4 ===
    165  * '''Xcode''': BuildVersion: 9M2809
    166  * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
    167  * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
    168  * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)
     155=== Xcode 3.1.2 ===
     156 * '''Xcode''': BuildVersion: 9M2621
     157 * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490)
     158 * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5566)
     159 * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2056)
     160
     161=== Xcode 3.1.1 ===
     162 * '''Xcode''': BuildVersion: 9M2517
     163 * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488)
     164 * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5564)
     165 * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2056)
     166
     167=== Xcode 3.1 ===
     168 * '''Xcode''': BuildVersion: 9M2199
     169 * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
     170 * '''gcc-4.2''': i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5564)
     171 * '''llvm-gcc''': i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2039)
     172
     173=== Xcode 3.0 ===
     174 * '''Xcode''': Component versions: DevToolsCore-921.0; DevToolsSupport-893.0
     175 * '''gcc-4.0''': i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
    169176
    170177== Mac OS X 10.4 ==