II.
Tool JSON
Structured · livetool:xcodebuild
xcodebuild json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:xcodebuild",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "xcodebuild",
"homepageUrl": "https://developer.apple.com/xcode/",
"kind": "build",
"description": "Apple command-line build tool for Xcode projects and workspaces.\nSupports building, testing, archiving, and exporting iOS/macOS/\ntvOS/watchOS apps from CI pipelines without the Xcode GUI.\n"
},
"outgoingEdges": [
{
"from": "tool:xcodebuild",
"to": "language:swift",
"kind": "belongs_to_language"
},
{
"from": "tool:xcodebuild",
"to": "skill-area:ios-native",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:xcodebuild",
"to": "skill-area:ci-pipeline-optimization",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:xcodebuild",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "specialization:mobile-development",
"to": "tool:xcodebuild",
"kind": "uses_tool"
},
{
"from": "specialization:mobile-ios",
"to": "tool:xcodebuild",
"kind": "uses_tool"
},
{
"from": "specialization:react-native-mobile",
"to": "tool:xcodebuild",
"kind": "uses_tool"
}
]
}