Post

Replies

Boosts

Views

Activity

Reply to Code Signing a C++ universal application bundle with a embedded python3 framework
Thank you for your help guys, I could successfully notarize my application's bundle with Python3 integrated. One of the issues was, that I had to copy the entire Python.framework folder, instead of just the 3.9 folder located into "Versions". The second issue was that my copy process of the python Framework folder broke the code signing of some files, I guess because it did not copy the files' attributes, but I'm not 100% sure. So it's important to note that what I wrote in my first post is wrong about python package from the official website. I can now say the official python website provides universal python packages correctly signed. Best
Topic: App & System Services SubTopic: General Tags:
May ’22
Reply to Code Signing a C++ universal application bundle with a embedded python3 framework
Thank you very much for that detailed answer, I appreciate. However I already had a look at these documents before, and as I'm bound by dead lines, I was hoping to stop investigations and get ready-to-embed package link, or a workaround. As it seems to be overly complicated regarding the time left, I may let the Python support for Linux and Windows only for now. Of course, further help are still welcomed, as I would like to propose the Python support on Mac for the next releases. Best regards
Topic: App & System Services SubTopic: General Tags:
May ’22