Fix README formatting

This commit is contained in:
Joseph Hager 2012-04-17 21:06:31 -04:00
parent f32d0c99a4
commit 078c55a2d7

View file

@ -4,8 +4,7 @@ Kivy for IOS
(This is a work in progress.) (This is a work in progress.)
#. Build the whole toolchain with `tools/build_all.sh` #. Build the whole toolchain with `tools/build_all.sh`
#. Create an Xcode project for your application with #. Create an Xcode project for your application with `tools/create-xcode-project.sh test /path/to/app`
`tools/create-xcode-project.sh test /path/to/app`
#. Open your newly created Xcode project #. Open your newly created Xcode project
#. Ensure code signing is setup correctly #. Ensure code signing is setup correctly
#. Click on play #. Click on play
@ -13,9 +12,8 @@ Kivy for IOS
Notes Notes
----- -----
#. A build phase is added to the project that processes and moves your 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 app's files to the Xcode project before every build. If you would like
like to handle this process manually, remove the "Run Script" build to handle this process manually, remove the "Run Script" build phase
phase from your target and use `tools/populate-project.sh from your target and use `tools/populate-project.sh /path/to/app`
/path/to/app` after every change. You can also change the path to after every change. You can also change the path to your app by modifying this build phase.
your app by modifying this build phase.