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

ldid replaces entitlements instead of merging when signing a directory #18

Closed
superrnovae opened this issue Jul 19, 2022 · 1 comment
Closed

Comments

@superrnovae
Copy link
Contributor

superrnovae commented Jul 19, 2022

Example:

ldid -S -M -Kcert.p12 <mach-o> will resign the file and merge existing entitlements with empty ones.

But when used on a directory:

ldid -S -M -Kcert.p12 <name.app> will resign all mach-o and replace their entitlements with empty ones.

and -s flag doesn't work on a directory, so there is no way to deep sign like with codesign.

ldid version: v2.1.5-procursus4
os: linux, macOS

@Teutates
Copy link
Contributor

Confirmed ldid -Kcert.p12 -Sent.plist -M <name.app> and ldid -Kcert.p12 -s <name.app> both perform as expected with ldid v2.1.5-procursus5.

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

No branches or pull requests

2 participants