Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle error when parsing entitlements plist #47

Merged
merged 5 commits into from
Aug 6, 2023

Conversation

ealeksandrov
Copy link
Owner

Description

While investigating report #46 I found that codesign can error on entitlements extraction from the binary. In that case "null" will appear in the report because ProvisionQL gets empty output and fails to parse it.

Changes

  • updated codesign task to remove deprecated option (replaced :- with - --xml)
  • added error handling to entitlements plist
  • added error redirect from codesign task

@ealeksandrov ealeksandrov merged commit 5fbae64 into master Aug 6, 2023
1 check passed
@ealeksandrov ealeksandrov deleted the fix-entitlements branch August 6, 2023 14:04
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