Toolchain for compiling Python / Kivy / other libraries for iOS
Go to file
2011-12-23 22:44:51 +01:00
app change app icon to current kivy icon 2011-12-23 22:44:51 +01:00
python_files wip 2011-12-06 10:49:14 +01:00
sdl/sdl1.3 fix keyboard auto hidden in multiline text widget 2011-12-17 18:38:14 +01:00
.gitignore wip 2011-12-05 10:09:35 +01:00
biglink wip 2011-12-06 11:42:37 +01:00
build_all.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
build_freetype.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
build_kivy.sh Merge branch 'master' of git://github.com/splanquart/kivy-ios 2011-12-06 18:06:14 +01:00
build_python.sh change zsh to bash for ccache not requirement issu 2011-12-09 23:43:49 +01:00
build_sdl.sh fix to copy Debug SDL instead of Release (invalid previous merge) 2011-12-06 18:24:42 +01:00
build_sdlttf.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
clean_python.sh initial commit with build for python 2.7.1 and sdl 1.3 2011-11-29 19:48:05 +01:00
environment.sh change zsh to bash for ccache not requirement issu 2011-12-09 23:43:49 +01:00
liblink fix liblink to prevent CPU_SUBTYPE_ALL and accept latest flags put in environment 2011-12-06 15:31:58 +01:00
README.rst Add a little README file 2011-12-06 18:18:42 +01:00
reduce_python.sh reduce_python: fix when popd (pkgconfig was't deleted) 2011-12-06 18:06:34 +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