Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
No reviews yet. Be the first to review!
Sign in to join the conversation
Create a new Xcode project from a template. Parameters: name (string), template (string), outputDirectory (string), organizationName (string), organizationIdentifier (string), language (string), includeTests (boolean), setAsActive (boolean)
Add a Swift Package dependency to the project. Parameters: url (string), version (string)
Read a file with a specific encoding. Parameters: filePath (string), encoding (string)
Write content to a file. Parameters: path (string), content (string), createIfMissing (boolean)
Search for text within files using a pattern. Parameters: directory (string), pattern (string), searchText (string), isRegex (boolean)
Build the specified project with customizable options. Parameters: scheme (string), configuration (string)
Run tests for the specified project. Parameters: scheme (string), testPlan (string)