modify_project
Update Xcode projects by adding or removing files programmatically using Swift XcodeProj. Specify the project path, action, file path, and target name for streamlined project file management.
Instructions
Add or remove files from an Xcode project using Swift XcodeProj. Note: Xcode 16+ projects with synchronized groups require manual editing in Xcode
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | ||
filePath | Yes | ||
groupPath | No | ||
projectPath | Yes | ||
targetName | Yes |