Changes between Initial Version and Version 1 of Ticket #67079, comment 4


Ignore:
Timestamp:
Mar 10, 2023, 5:31:48 AM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67079, comment 4

    initial v1  
    11BTW, Xcode has built-in answers to some of the questions that xcode.sh is looking for:
    2 
    32
    43xcode-select should be in every OS X, I think and returns a null result if there is no Xcode.
    54xcodebuild will be installed with Xcode; I only have Xcode command-line tools for my Monterey system, and it returns an error saying so.
    65
    7 
    8 
    9 xcode-select -print-path\\
    10 
     6{{{
     7xcode-select -print-path
    118/Applications/Xcode.app/Contents/Developer
    12 
    13 
    14 
    15 xcodebuild -version\\
    16 
    17 Xcode 4.3.3\\
    18 
     9}}}
     10{{{
     11xcodebuild -version
     12Xcode 4.3.3
    1913Build version 4E3002
     14}}}