Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
Mathieu Virbel 94fb07f16e Merge pull request #5 from ajhager/master
Make Xcode handle the populate-project task automatically
2012-04-18 02:30:04 -07:00
src ios/mail: prevent a weird error appearing by not animating mail window 2012-03-13 17:41:18 +01:00
tools Add a build phase that automatically calls populate-project for the user. 2012-04-17 20:58:40 -04:00
.gitignore update gitignore 2012-03-12 18:15:19 +01:00
README.rst Fix README formatting 2012-04-17 21:06:31 -04: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 /path/to/app`
#. Open your newly created Xcode project
#. Ensure code signing is setup correctly
#. Click on play

Notes
-----

A build phase is added to the project that processes and moves your
app's files to the Xcode project before every build. If you would like
to handle this process manually, remove the "Run Script" build phase
from your target and use `tools/populate-project.sh /path/to/app`
after every change. You can also change the path to your app by modifying this build phase.