I want to create a macOS application that runs Python script locally. As now I found that using 'PythonKit' library and disabling Sandbox allow me to do that, but disabling sandbox makes the app can't be published.
Any idea how I can solve this problem?
Thanks