Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 8614d92

Browse files
committed
Updated README
1 parent 2678bd3 commit 8614d92

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ A basis for creating AudioKit nodes with the [SOUL Sound Language](https://soul.
1919

2020
Make more nodes based on soul patches!
2121

22-
## Installation via Swift Package Manager
22+
## Installation in Xcode 13
2323

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

0 commit comments

Comments
 (0)