Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
2012-07-07 19:24:12 +03:00
src ios: if no mail is configured, prevent crashing and return a status code "cannotsend". 2012-05-25 18:39:48 +02:00
tools fix build script for latest sdl 2012-05-25 01:23:21 +02:00
.gitignore update gitignore 2012-03-12 18:15:19 +01:00
README.rst Update master 2012-07-07 19:24:12 +03:00

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

(This is a work in progress.)

#. Using brew, you can install dependencies: brew install cython autoconf automake libtool
#. 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.