From: Paul Brossier Date: Sat, 27 Aug 2016 10:13:27 +0000 (+0200) Subject: doc/xcode_frameworks.rst: improve markup X-Git-Tag: 0.4.4~232 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=2719c54898a8c8b42712eaea172fb497e2fa12fb;p=aubio.git doc/xcode_frameworks.rst: improve markup --- 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: