I’m trying to figure out how to go about making a ...
# development
a
I’m trying to figure out how to go about making a usable pyoxidizer release for Mac OS. Do we do any code signing for
native_engine
during CI? (ping @witty-crayon-22786)
w
we do not... it's only released as a shared library inside a wheel currently, which ... doesn't need signing apparently?
a
OK. This might be fun -_-
w
If it's unsigned, can you still run it by clicking a dialog?
a
no
w
Also, fwiw: the pyoxidizer person has done a bunch of work on codesigning: https://twitter.com/indygreg/status/1372290318305927169?t=x3yoGwpJQaXi4JLwWBH_Kw&s=19
Old tweet, but was re-raised recently
a
yeah, I’m aware of it. This is mostly around scoping further effort
f
somewhat related to code signing, does Pants project have a key or whatever Apple requires to be an authorized signer?