Corrected number ofsteps, made heading consistent

This commit is contained in:
richard 2018-08-19 14:15:53 +02:00 committed by Gabriel Pettier
parent 7f248f03a2
commit 2f22eef775
1 changed files with 5 additions and 4 deletions

View File

@ -10,8 +10,9 @@ Create a package for IOS
The overall process for creating a package for IOS can be explained in 4 steps:
#. Compile python + modules for IOS
#. Create an Xcode project and link your source code
#. Compile the Distribution (python + modules for IOS)
#. Create an Xcode project (and link your source code)
#. Update the Xcode project
#. Customize
Prerequisites
@ -78,8 +79,8 @@ Then click on `Play`, and enjoy.
the `<title>-ios/YourApp` directory. Don't make changes in the -ios
directory directly.
Updating an Xcode project
-------------------------
Update the Xcode project
------------------------
Let's say you want to add numpy to your project but you did not compile it
prior to creating your XCode project. First, ensure it is built::