My python application is a single executable file. In this sense, wouldn’t I just need to run the codesign command without —deep once? In other words, wouldn’t this also make it so that the native code is signed?
or is there another way to ensure my libraries are signed as well.
**I do not have code items ( I don’t think )