I have created an installer with the Packages.pkg
tool , but when distributing it on other macs it doesn't allow it to be installed because it only allows the appstore and identified developers, I already have my certificate, but I don't know how to sign it, how can I do it?
productsign
From the terminal with the Apple command line tool that comes withXCODE
, you can use it as follows:productsign --sign com.tu.id.cert tuRutaAl.pkg tuProductoFinal.pgk
You can also see the Apple Developer productsign documentation here