Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
Mathieu Virbel a9169420a7 Merge pull request #3 from ajhager/master
Remove hardcoded SDK and DEVROOT.
2012-04-17 14:09:55 -07:00
src ios/mail: prevent a weird error appearing by not animating mail window 2012-03-13 17:41:18 +01:00
tools Determine the correct SDK and DEVROOT programmatically. 2012-04-17 15:49:42 -04:00
.gitignore update gitignore 2012-03-12 18:15:19 +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