xcode_create_swift_file
Create a new Swift source file with specified content at a designated path for Xcode projects.
Instructions
Create a new Swift source file with content
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path where the Swift file should be created | |
| content | Yes | Swift code content for the file |