From 2719c54898a8c8b42712eaea172fb497e2fa12fb Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 12:13:27 +0200 Subject: [PATCH] doc/xcode_frameworks.rst: improve markup --- doc/xcode_frameworks.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/xcode_frameworks.rst b/doc/xcode_frameworks.rst index ee7ae591..c0c883a4 100644 --- a/doc/xcode_frameworks.rst +++ b/doc/xcode_frameworks.rst @@ -6,14 +6,14 @@ 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 the ``framework.zip`` file from the `Download`_ page -#. Select 'Build Phases' in your project settings +#. Select **Build Phases** in your project settings -#. Unfold the 'Link Binary with Libraries' list, and add 'AudioToolbox and - Accelerate frameworks +#. Unfold the **Link Binary with Libraries** list, and add *AudioToolbox* and + *Accelerate* system frameworks -#. Also add ``aubio.framework`` from https://aubio.org/download. +#. Also add ``aubio.framework`` from the unzipped ``framework.zip`` #. Include the aubio header in your code: -- 2.11.0