From 937806b578ac8c1a4e1ab22a723d2cff1a68b298 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel <mat@kivy.org> Date: Fri, 9 Mar 2012 02:48:27 +0100 Subject: [PATCH] update instructions --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1fa9cc4..dfa7747 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,9 @@ 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 +#. 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