Skip to content

Commit 6802fb1

Browse files
committed
Updated README
1 parent ae73e34 commit 6802fb1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,16 @@ Detailed documentation is provided on [AudioKit's Website](http://audiokit.io/Pa
2626
* [Synth](https://github.com/AudioKit/DunneAudioKit/wiki/Synth)
2727
* [Transient Shaper](https://github.com/AudioKit/DunneAudioKit/wiki/TransientShaper)
2828

29-
## Installation via Swift Package Manager
29+
## Installation in Xcode 13
3030

31-
To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter `https://github.com/AudioKit/DunneAudioKit/` for the URL.
31+
You can AudioKit and any of the other AudioKit libraries using Collections
32+
33+
1. Select File -> Add Packages...
34+
2. Click the `+` icon on the bottom left of the Collections sidebar on the left.
35+
3. Choose `Add Swift Package Collection` from the pop-up menu.
36+
4. In the `Add Package Collection` dialog box, enter `https://swiftpackageindex.com/AudioKit/collection.json` as the URL and click the "Load" button.
37+
5. It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
38+
6. Now you can add any of the AudioKit Swift Packages you need and read about what they do, right from within Xcode.
3239

3340
## Examples
3441

0 commit comments

Comments
 (0)