You also need to notarize binaries, not just codesign. I am actually working on a Makefile which automates mac-specific distribution stuff like this and I can send you a link once I have it finalized.
On Oct 6, 2022, at 4:42 PM, pd-list-request@lists.iem.at wrote:
Message: 4 Date: Thu, 6 Oct 2022 11:41:43 -0300 From: Lucas Cordiviola <lucarda27@hotmail.com mailto:lucarda27@hotmail.com> To: William Brent <william.brent@gmail.com mailto:william.brent@gmail.com> Cc: Pd-List <pd-list@lists.iem.at mailto:pd-list@lists.iem.at> Subject: Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?) Message-ID: <DS7PR10MB484596A77FB235B559CE1D11A65C9@DS7PR10MB4845.namprd10.prod.outlook.com mailto:DS7PR10MB484596A77FB235B559CE1D11A65C9@DS7PR10MB4845.namprd10.prod.outlook.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hi William,
Thanks for the test. I did an ad-hoc codesign but seems it is not enough. Now I signed with a self certificate:
??? https://nc.nubegris.com.ar/index.php/s/KL3dF777TPwTkM9 https://nc.nubegris.com.ar/index.php/s/KL3dF777TPwTkM9
I'm not sure if your mac can test this one as you already got the file in your white list.
If you know a way to not get false positives tests are welcomed.
(also for anyone else reading with an arm64 macOS).
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
That would be fantastic. Please let me know when its done.
--
Mensaje telepatico asistido por maquinas.
On 06/10/2022 11:50, Dan Wilcox wrote:
You also need to notarize binaries, not just codesign. I am actually working on a Makefile which automates mac-specific distribution stuff like this and I can send you a link once I have it finalized.
On 10/6/22 17:14, Lucas Cordiviola wrote:
That would be fantastic. Please let me know when its done.
and then there is https://git.iem.at/pd/iem-ci/-/blob/main/pd-lib-builder/iem-ci.yml#L271-301 which is what I use on our CI-infrastructure to codesign Pd-externals.
it's not a ready-to-use script, as it is wrapped in a YAML-file, but hopefully you get the idea.
fgmdasr IOhannes