From 2f22eef775f7e38cfcfe74cc6d5cdaf5afcf6ded Mon Sep 17 00:00:00 2001 From: richard Date: Sun, 19 Aug 2018 14:15:53 +0200 Subject: [PATCH] Corrected number ofsteps, made heading consistent --- doc/sources/guide/packaging-ios.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index f68e6dd56..1eabaa43d 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -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 `-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::