How to sign a .pkg with an apple certificate?

1

I've created a .pkg installer with the tool Packages , but by distributing it in the Other mac does not let you install it because it only allows appstore and identified developers, I already have my certificate, but I do not know how to sign it, how can I do it?

    
asked by Angel Montes de Oca 19.09.2017 в 00:32
source

1 answer

2

From the terminal with the% share_computing tool from Apple that comes with productsign , you can use it in the following way:

XCODE

You can also see the Apple Developer productsign documentation here

    
answered by 19.09.2017 / 18:04
source