Changes between Initial Version and Version 1 of Ticket #70547, comment 20
- Timestamp:
- Sep 25, 2024, 6:08:41 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70547, comment 20
initial v1 3 3 "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." 4 4 5 {{{ 5 6 sh -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 }}} 6 8 7 9 This 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.