forked from AuroraMiddleware/gtk
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux -o pipefail
|
|
|
|
xcodebuild -version || :
|
|
xcodebuild -showsdks || :
|
|
|
|
system_profiler SPSoftwareDataType || :
|