mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
9 lines
127 B
Bash
9 lines
127 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -eux -o pipefail
|
||
|
|
||
|
xcodebuild -version || :
|
||
|
xcodebuild -showsdks || :
|
||
|
|
||
|
system_profiler SPSoftwareDataType || :
|