We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
ldid -S -M -Kcert.p12 <mach-o> will resign the file and merge existing entitlements with empty ones.
ldid -S -M -Kcert.p12 <mach-o>
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.
ldid -S -M -Kcert.p12 <name.app>
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
The text was updated successfully, but these errors were encountered:
f2eb981
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.
ldid -Kcert.p12 -Sent.plist -M <name.app>
ldid -Kcert.p12 -s <name.app>
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: