diff --git a/data/setup-info-template.json b/data/setup-info-template.json index f5d10fc..bc0e1a0 100644 --- a/data/setup-info-template.json +++ b/data/setup-info-template.json @@ -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"