Skip to content

Commit 3b92a11

Browse files
committed
Updated README
1 parent 88b1b6d commit 3b92a11

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ This extension to AudioKit has the majority of old versions of AudioKit's DSP in
1717

1818
See the [AudioKit Cookbook](https://github.com/AudioKit/Cookbook/) for examples.
1919

20-
## Installation
20+
## Installation in Xcode 13
2121

22-
Use Swift Package Manager and point to the URL: `https://github.com/AudioKit/SoundpipeAudioKit/`
22+
You can AudioKit and any of the other AudioKit libraries using Collections
23+
24+
1. Select File -> Add Packages...
25+
2. Click the `+` icon on the bottom left of the Collections sidebar on the left.
26+
3. Choose `Add Swift Package Collection` from the pop-up menu.
27+
4. In the `Add Package Collection` dialog box, enter `https://swiftpackageindex.com/AudioKit/collection.json` as the URL and click the "Load" button.
28+
5. It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
29+
6. Now you can add any of the AudioKit Swift Packages you need and read about what they do, right from within Xcode.
2330

2431
## Targets
2532

0 commit comments

Comments
 (0)