Notarizing when you're distributing libraries rather than apps

Hello,

The company I work for develops programming libraries for use on macOS systems. I'm able to build these libraries and code sign them, but I don't know how to notarize them.

Our distribution mechanism is zip files downloaded from a customer-only website. Once downloaded the zip is just unzipped and it's ready to use.

Is there a practical way to notarize zip files that contain compiled libraries instead of fully-fledged macOS applications?

Namaste,

John
Why do you need to notarize them? Those libraries aren't being launched. They are being integrated into other apps, which presumably, would be notarized.
You can notarise a zip archive full of libraries but, as Etresoft said, there’s not much point to this. These libraries are not run by the user directly and thus there’s no need to notarise them. Any developer who integrates these libraries into their product, and then distributes that to users, will need to do their own notarisation.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
Notarizing when you're distributing libraries rather than apps
 
 
Q