xcode_close_project
Automatically close an active Xcode project or workspace, ensuring running actions are stopped first. Specify the project path to manage Xcode resources efficiently.
Instructions
Close the currently active Xcode project or workspace (automatically stops any running actions first)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
xcodeproj | Yes | Path to the .xcodeproj file (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths |