From 078c55a2d7a32c3761a7ce9f6c5ee6ac105b9df7 Mon Sep 17 00:00:00 2001 From: Joseph Hager Date: Tue, 17 Apr 2012 21:06:31 -0400 Subject: [PATCH] Fix README formatting --- README.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 8b2bb33..1ea30a9 100644 --- a/README.rst +++ b/README.rst @@ -4,8 +4,7 @@ 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` +#. 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 @@ -13,9 +12,8 @@ Kivy for IOS 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. +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.