I have created a python script that does some functions and it is a single file script uses AppKit python library that accesses the pyobjc.
Script is running as expected in my mac system.So I bundled it using PyInstaller package giving a unique bundle identifier as argument that is also fine. The pyinstaller created a build and dist folder and an executable file.
This executable file runs perfectly as expected, in my system in which I have created the package.
When I transfer this bundle to another mac system It doesn't works and creates an error unidentified developer.
Please let me know how to run it on the other system to which I distributed it to?
Script is running as expected in my mac system.So I bundled it using PyInstaller package giving a unique bundle identifier as argument that is also fine. The pyinstaller created a build and dist folder and an executable file.
This executable file runs perfectly as expected, in my system in which I have created the package.
When I transfer this bundle to another mac system It doesn't works and creates an error unidentified developer.
Please let me know how to run it on the other system to which I distributed it to?