From 3438b42b5bad9199d5672a5d1f0e5f21812278d7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 16:21:05 +0200 Subject: [PATCH] dox/xcode_frameworks.rst: improve markup --- doc/xcode_frameworks.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/xcode_frameworks.rst b/doc/xcode_frameworks.rst index c0c883a4..3d7b42f1 100644 --- a/doc/xcode_frameworks.rst +++ b/doc/xcode_frameworks.rst @@ -6,14 +6,13 @@ Using aubio frameworks in Xcode `Binary frameworks`_ are available and ready to use in your XCode project, for `iOS`_ and `macOS`_. -#. Download the ``framework.zip`` file from the `Download`_ page +#. Download and extract the corresponding ``framework.zip`` file from the `Download`_ page -#. Select **Build Phases** in your project settings +#. Select **Build Phases** in your project setting and unfold **Link Binary with Libraries** -#. Unfold the **Link Binary with Libraries** list, and add *AudioToolbox* and - *Accelerate* system frameworks +#. Add *AudioToolbox* and *Accelerate* system frameworks (or make sure they are listed) -#. Also add ``aubio.framework`` from the unzipped ``framework.zip`` +#. Add ``aubio.framework`` from the unzipped ``framework.zip`` #. Include the aubio header in your code: -- 2.11.0