From ca93643c6be139551a69b6314825e7489ce4dc4d Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 8 Oct 2024 14:11:45 +0200 Subject: [PATCH] patch: add infos about apple signing process --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cf0af36..8926c602 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -314,3 +314,7 @@ gotchas to bear in mind: replace: `spec: 'tests/**/*.spec.ts',` with: `spec: ['tests/auth/*.spec.ts', 'tests/**/deploy.spec.ts'],` + +## Signing and Notarizing for Apple + +* The build will be signed and notarized for both standalone and installer (pkg), to do that it need both a *Development* and an *Installer* certificate to be present in the chain. As we run the certs import only once, we need both certs exported in a single `PK12`. \ No newline at end of file