-
Notifications
You must be signed in to change notification settings - Fork 2
unity-xcode-builder@v1.3.3 #21
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
Conversation
- verify signed entitlements for app bundles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the macOS app bundle signing process to ensure entitlements are correctly applied and verified. Key changes include adding checks for entitlements file validity, incorporating the entitlements into the codesign command, and verifying the signed entitlements using a new DeepEqual function.
Reviewed Changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/xcode.ts | Adds entitlements file validation, appends entitlements argument, and verifies signed entitlements |
src/utilities.ts | Introduces a DeepEqual function for deep comparison of entitlements |
package.json | Updates version to 1.3.3 |
Uh oh!
There was an error while loading. Please reload this page.