-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apple-codesign: force subsequent binary identifiers to match earlier …
…identifier This matches the behavior of Apple's tooling and prevents a validation error when the Mach-O is inside a bundle, as the requirements expression listed in the CodeResources file must match all binaries and that expression often contains the binary identifier. Closes #103, which tracks this issue. Closes #95, as the rcodesign signed bundle test case provided in that issue now validates with Apple's tooling.
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters