xcode_create_swift_file
Generate a Swift source file with specified content and save it to a designated path using the Xcode MCP Server, streamlining iOS/macOS project file creation.
Instructions
Create a new Swift source file with content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Swift code content for the file | |
file_path | Yes | Path where the Swift file should be created |