Inspect Xcode Scheme
xcodebuild-inspect-schemeParse an Xcode scheme's .xcscheme file to reveal its build, run, and test configurations along with environment and launch arguments.
Instructions
xcodebuild-inspect-scheme
Parse and display an Xcode scheme's build, run, and test configurations from its
.xcscheme file.
Parameters
projectPath(required): Path to the .xcodeproj or .xcworkspacescheme(required): Scheme name to inspect
Returns
Parsed scheme information: build targets, run configuration, test configuration, and environment/launch arguments where present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme | Yes | ||
| projectPath | Yes |