Changes between Initial Version and Version 1 of Ticket #70547, comment 20


Ignore:
Timestamp:
Sep 25, 2024, 6:08:41 PM (2 weeks ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70547, comment 20

    initial v1  
    33"Triple-click and copy the next line and paste it into your shell. It will copy your OS and Xcode version to the clipboard. Paste it here replacing this section."
    44
     5{{{
    56sh -c 'echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion) $(uname -m)"; xcode=$(xcodebuild -version 2>/dev/null); if [ $? == 0 ]; then echo "$(echo "$xcode" | awk '\''NR==1{x=$0}END{print x" "$NF}'\'')"; else echo "Command Line Tools $(pkgutil --pkg-info=com.apple.pkg.CLTools_Executables | awk '\''/version:/ {print $2}'\'')"; fi' | tee /dev/tty | pbcopy
     7}}}
    68
    79This should generate two short text lines with all the requested identification, like this for my mac. Just copy these lines, or equivalent, into your message.