write_file
Modify or create files in an active Xcode project by specifying the file path and content. Automatically creates missing files if enabled, ensuring efficient project file management.
Instructions
Writes or updates the content of a file in the active Xcode project.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | The content to be written to the file. | |
createIfMissing | No | If true, creates the file if it doesn't exist. | |
filePath | Yes | Relative or absolute path to the file to update or create. |