Bridges Claude AI with Xcode, enabling AI-powered code assistance, project management, and automated development tasks securely on your local machine.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Create a new Xcode project from a specified 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 specified encoding. Parameters: filePath (string), encoding (string)
Write content to a file. Parameters: path (string), content (string), createIfMissing (boolean)
Search for text content in files using patterns and regex. Parameters: directory (string), pattern (string), searchText (string), isRegex (boolean)
Build the specified project with customizable options. Parameters: scheme (string), configuration (string)
Run tests on the specified project. Parameters: scheme (string), testPlan (string)