contrib/SignXCFramework.md
By Apple's requirements, we should sign our release binaries so Xcode can validate it was signed by the same developer on every new version.
Follow these steps to update the signing certificate in case of change or after the current used certificate has been revoke.
P12_PASSWORD with the new password. https://help.apple.com/xcode/mac/current/#/dev154b28f09base64 -i BUILD_CERTIFICATE.p12 | pbcopy
DEVELOPMENT_CERTIFICATE_BASE64 with the copied value.SIGNING_IDENTITY to the new identity associated to the exported certificate.