shithub: aubio

Download patch

ref: 3438b42b5bad9199d5672a5d1f0e5f21812278d7
parent: 2719c54898a8c8b42712eaea172fb497e2fa12fb
author: Paul Brossier <piem@piem.org>
date: Sat Aug 27 12:21:05 EDT 2016

dox/xcode_frameworks.rst: improve markup

--- a/doc/xcode_frameworks.rst
+++ b/doc/xcode_frameworks.rst
@@ -6,14 +6,13 @@
 `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: