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
The upgrade of appdmg from 0.4.5 to 0.6.0 allows us to sign the Mac DMG file now using the following new option:
appdmg
code-sign (object, optional) - Options for codesigning the DMG
code-sign
signing-identity
identifier
The text was updated successfully, but these errors were encountered:
Related: #270
Sorry, something went wrong.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
No branches or pull requests
The upgrade of
appdmg
from 0.4.5 to 0.6.0 allows us to sign the Mac DMG file now using the following new option:code-sign
(object, optional) - Options for codesigning the DMGsigning-identity
(string, required) - The identity with which to sign the resulting DMGidentifier
(string, optional) - Explicitly set the unique identifier string that is embedded in code signaturesThe text was updated successfully, but these errors were encountered: