patch: add infos about apple signing process

This commit is contained in:
Edwin Joassart 2024-10-08 14:11:45 +02:00
parent ff4afe3ab2
commit ca93643c6b

View File

@ -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`.