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
Name | Required | Description | Default |
---|---|---|---|
archivePath | No | Path where the archive should be created (optional) | |
configuration | No | Build configuration (Debug/Release) | Release |
platform | No | Target platform (iOS, macOS, tvOS, watchOS, visionOS) | iOS |
projectPath | Yes | Path to the Xcode project or workspace | |
scheme | Yes | Xcode scheme to archive |