Skip to content

[codex] Add Catalyst archive options to xc-ci#10

Open
mattcorey wants to merge 1 commit into
mainfrom
codex/preserve-local-main-changes
Open

[codex] Add Catalyst archive options to xc-ci#10
mattcorey wants to merge 1 commit into
mainfrom
codex/preserve-local-main-changes

Conversation

@mattcorey
Copy link
Copy Markdown
Owner

Summary

Adds Mac Catalyst archiving support to xc-ci via --catalyst and --catalyst-only.

Adds --no-upload so local archive runs can skip App Store Connect authentication, build-number lookup, export, and upload steps.

Rebases the local change onto the updated main flow that exports manually signed artifacts and uploads with asc builds upload.

Validation

  • bash -n xcode-agent-tools/xc-ci
  • git diff --check

@mattcorey mattcorey marked this pull request as ready for review May 13, 2026 00:44
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d421f22f44

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread xcode-agent-tools/xc-ci
Comment on lines +896 to +897
if ensure_profiles_for_archive "$CATALYST_ARCHIVE"; then
generate_export_plist "$CATALYST_EXPORT_PLIST" "$CATALYST_ARCHIVE"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include Mac provisioning profiles for Catalyst export

When --catalyst uploads are enabled, this new path calls ensure_profiles_for_archive, but that helper only scans ~/Library/MobileDevice/Provisioning Profiles for *.mobileprovision. Apple’s provisioning docs distinguish Mac App Store Connect profiles for “macOS apps including those configured with Mac Catalyst,” and the download docs say profiles may have a .mobileprovision or .provisionprofile extension, so a correctly installed Mac Catalyst distribution profile can be ignored here and the script exits before export/upload with “Missing installed App Store provisioning profile.”

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant