Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

export_ipa

Generate IPA files from Xcode archives using specified export methods like app-store, ad-hoc, enterprise, or development. Define archive and export paths for streamlined IPA creation.

Instructions

Export an IPA file from an Xcode archive

Input Schema

NameRequiredDescriptionDefault
archivePathYesPath to the .xcarchive file
exportMethodNoExport method for the IPAdevelopment
exportPathNoDirectory where the IPA should be exported (optional)

Input Schema (JSON Schema)

{ "properties": { "archivePath": { "description": "Path to the .xcarchive file", "type": "string" }, "exportMethod": { "default": "development", "description": "Export method for the IPA", "enum": [ "app-store", "ad-hoc", "enterprise", "development" ], "type": "string" }, "exportPath": { "description": "Directory where the IPA should be exported (optional)", "type": "string" } }, "required": [ "archivePath" ], "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