Add Xcode versions to `.setup_info` (#231)

This commit is contained in:
Fedor Korotkov 2025-04-14 10:29:44 -04:00 committed by GitHub
parent 6a21d56c86
commit 7dc9dd706d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
{
"group": "Software Detail",
"detail": [
{
"name": "Xcode Versions",
"script": "xcodes installed --no-color || echo \"Xcode not installed\""
},
{
"name": "Python Version",
"script": "python3 --version"