write_file
Create or update files in active Xcode projects by specifying file paths and content, ensuring project resources are managed and maintained efficiently.
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. |