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