Skip to content

fix(release): parse exported CLI entitlements as XML - #49

Merged
ajbeck merged 1 commit into
mainfrom
fix/release-entitlements-verification
Sep 7, 2026
Merged

fix(release): parse exported CLI entitlements as XML#49
ajbeck merged 1 commit into
mainfrom
fix/release-entitlements-verification

Conversation

@ajbeck

@ajbeck ajbeck commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • request XML output when extracting the exported CLI entitlements with codesign
  • keep the existing PlistBuddy verification of the shared App Group

Root cause

The v0.5.1 archive and Developer ID export both succeeded. The post-export verifier failed because Xcode 27 runner tooling emits codesign entitlement output in an abstract bracketed representation by default. PlistBuddy only accepts a property-list representation and stopped at the leading bracket.

Verification

  • reproduced the exported output parsing failure
  • extracted entitlements with codesign --xml and parsed the App Group with PlistBuddy
  • confirmed the value is 9GEBAJV9R4.quorra
  • actionlint passes
  • git diff --check passes

After merge, v0.5.1 can be repackaged through the workflow dispatch release_tag input.

@ajbeck
ajbeck merged commit 035b897 into main Sep 7, 2026
3 checks passed
@ajbeck
ajbeck deleted the fix/release-entitlements-verification branch September 7, 2026 09:35
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