mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
patch: add infos about apple signing process
This commit is contained in:
parent
ff4afe3ab2
commit
ca93643c6b
@ -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`.
|
Loading…
Reference in New Issue
Block a user