Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

archive_project

Prepare Xcode projects for distribution by archiving them with specified schemes, platforms, and configurations. Streamlines project packaging for deployment on Apple platforms.

Instructions

Archive an Xcode project for distribution

Input Schema

NameRequiredDescriptionDefault
archivePathNoPath where the archive should be created (optional)
configurationNoBuild configuration (Debug/Release)Release
platformNoTarget platform (iOS, macOS, tvOS, watchOS, visionOS)iOS
projectPathYesPath to the Xcode project or workspace
schemeYesXcode scheme to archive

Input Schema (JSON Schema)

{ "properties": { "archivePath": { "description": "Path where the archive should be created (optional)", "type": "string" }, "configuration": { "default": "Release", "description": "Build configuration (Debug/Release)", "enum": [ "Debug", "Release" ], "type": "string" }, "platform": { "default": "iOS", "description": "Target platform (iOS, macOS, tvOS, watchOS, visionOS)", "enum": [ "iOS", "macOS", "tvOS", "watchOS", "visionOS" ], "type": "string" }, "projectPath": { "description": "Path to the Xcode project or workspace", "type": "string" }, "scheme": { "description": "Xcode scheme to archive", "type": "string" } }, "required": [ "projectPath", "scheme" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Stefan-Nitu/mcp-xcode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server