PythonistaAppTemplate icon indicating copy to clipboard operation
PythonistaAppTemplate copied to clipboard

What are the steps if I want to integrate this template into existing Xcode project?

Open tomtomtong opened this issue 9 years ago • 1 comments

I would like to integrate the template into my existing project. What are the main steps to achieve this?

tomtomtong avatar Jun 01 '16 08:06 tomtomtong

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?

Tkizzy avatar Jun 08 '16 00:06 Tkizzy