build_and_archive
Build, archive, and export a signed .ipa from an Xcode project. Requires a scheme and an ExportOptions.plist to prepare the build for App Store Connect.
Instructions
Build, archive, and export a signed .ipa via xcodebuild (requires Xcode on this Mac). Needs a scheme and an ExportOptions.plist. Pro feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheme | Yes | Xcode scheme to build | |
| workspace | No | Set true if project_path is a .xcworkspace | |
| output_dir | No | Output directory (default ./build) | |
| project_path | Yes | Path to .xcodeproj or .xcworkspace | |
| configuration | No | Build configuration (default Release) | |
| export_options_plist | Yes | Path to ExportOptions.plist (method app-store-connect) |