Learning_GTK4_tree/.gitlab-ci/show-info-osx.sh

9 lines
127 B
Bash
Raw Normal View History

2023-12-12 11:36:42 +01:00
#!/bin/bash
set -eux -o pipefail
xcodebuild -version || :
xcodebuild -showsdks || :
system_profiler SPSoftwareDataType || :