-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support Apple codesign #36
Comments
Issues when trying to build the test project: Plist not found if signing with
Is fixed by running Still has an error See indygreg/apple-platform-rs#118 as it looks related |
https://github.com/JetBrains/apple-notary-api-kotlin-client also worth testing |
https://crates.io/crates/apple-codesign
Use prebuilt CLI from github releases https://github.com/indygreg/apple-platform-rs/releases
Follow CLI reference https://gregoryszorc.com/docs/apple-codesign/main/apple_codesign_rcodesign_signing.html
The configuration should look like this
developerIdP12
andp12PasswordFile
should be optional, as without them it will attempt to create an ad-hoc signature (read: no code signing certificate)Then invoke
rcodesign sign \ --p12-file developer-id.p12 --p12-password-file ~/.certificate-password \ path/to/My.app
Add only arguments for set options
The text was updated successfully, but these errors were encountered: