PythonistaAppTemplate
PythonistaAppTemplate copied to clipboard
What are the steps if I want to integrate this template into existing Xcode project?
I would like to integrate the template into my existing project. What are the main steps to achieve this?
The template by default runs the main.py script. So put whatever code initializes your app into main.py (and obviously move your scripts into the scripts folder). Is that clear enough?