From: Paul Brossier Date: Sat, 27 Aug 2016 14:21:05 +0000 (+0200) Subject: dox/xcode_frameworks.rst: improve markup X-Git-Tag: 0.4.4~231 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=3438b42b5bad9199d5672a5d1f0e5f21812278d7;p=aubio.git dox/xcode_frameworks.rst: improve markup --- 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: