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 new Xcode projects from templates. 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 specific encoding. Parameters: filePath (string), encoding (string)
Write to a file. Parameters: path (string), content (string), createIfMissing (boolean)
Search for text in files. Parameters: directory (string), pattern (string), searchText (string), isRegex (boolean)
Build the project with customizable options. Parameters: scheme (string), configuration (string)
Run tests for the project. Parameters: scheme (string), testPlan (string)