Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
2012-03-11 22:26:33 +01:00
src move all to src 2012-03-08 18:08:11 +01:00
tools seperate download from unpack 2012-03-11 22:26:33 +01:00
.gitignore update template to fix import path + reworked embed include for python (import site need pyconfig.h only) 2012-03-11 17:22:45 +01:00
README.rst update instructions 2012-03-09 02:48:27 +01:00

Kivy for IOS
============

(This is a work in progress.)

#. Build the whole toolchain with `tools/build_all.sh`
#. Create an xcode project for your application with `tools/create-xcode-project.sh test`
#. Populate the project with your application source code `tools/populate-project.sh test /path/to/app`
#. Open your newly xcode project created
#. Ensure the code signing is ok
#. Click on play