Add Xcode versions to `.setup_info` (#231)
This commit is contained in:
parent
6a21d56c86
commit
7dc9dd706d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue