2 مستودعات
Invokes Apple's xcodebuild tool as a child process and streams its output in real time.
Distinct from Subprocess Executions: Distinct from Subprocess Executions: specifically wraps Apple's xcodebuild tool for iOS/macOS builds, not a general subprocess runner.
Explore 2 awesome GitHub repositories matching devops & infrastructure · xcodebuild Wrappers. Refine with filters or upvote what's useful.
xctool is a command line wrapper for xcodebuild designed for iOS and macOS continuous integration. It functions as a parallel test runner, build log processor, and report generator to automate the build and test pipeline for Apple platforms. The tool distributes test bundles across multiple CPU cores to reduce execution time and provides the ability to run targeted subsets of tests by filtering for specific schemes, classes, or methods. It simplifies build management by allowing command line arguments to be persisted and loaded from JSON configuration files. It transforms verbose build logs
Wraps the xcodebuild tool to simplify command execution and process real-time build output for iOS and macOS.
xcodebuildmcp is a Model Context Protocol server that exposes Xcode build, test, and device management tools for AI coding agents to automate iOS and macOS development workflows. It operates as a background daemon per workspace, communicating tool requests and responses over standard input/output using JSON-RPC messages, and streams progress and results as newline-delimited JSON objects for machine parsing. The project provides an interactive setup wizard and file-based client configuration to install skill files into predefined directories for supported AI coding clients. It manages the full
Invokes Apple's xcodebuild tool as a child process and streams its output in real time for build automation.