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 specific encoding. Parameters: filePath (string), encoding (string)
Write content to a file, creating it if it does not exist. Parameters: path (string), content (string), createIfMissing (boolean)
Search for text within files using a specified 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)