Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
2012-03-08 20:45:55 +01:00
src move all to src 2012-03-08 18:08:11 +01:00
tools fix path of all build script + add sdlmixer in build-all 2012-03-08 20:45:55 +01:00
.gitignore update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
README.rst Add a little README file 2011-12-06 18:18:42 +01:00

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

(This is a work in progress.)

#. Build the whole toolchain with ./build_all.sh
#. Copy your kivy/python application inside app/YourApp (the main.py must end in app/YourApp/main.py)
#. Open Xcode, and select the app/iOS-python-test.xcodeproj project
#. Click on Run