You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,13 @@ this package contains AudioKit nodes that are distinctly guitaristic in their in
18
18
*[DynaRage Tube Compressor](https://github.com/AudioKit/DevoloopAudioKit/wiki/DynaRageCompressor) - based on DynaRage Tube Compressor RE for Reason by Mike Gazzarusso.
19
19
*[Rhino Guitar Processor](https://github.com/AudioKit/DevoloopAudioKit/wiki/RhinoGuitarProcessor) - Guitar amplifier head and cabinet simulator by Mike Gazzaruso.
20
20
21
-
## Installation via Swift Package Manager
21
+
## Installation in Xcode 13
22
22
23
-
To add AudioKitUI to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter `https://github.com/AudioKit/DevoloopAudioKit` for the URL.
23
+
You can AudioKit and any of the other AudioKit libraries using Collections
24
+
25
+
1. Select File -> Add Packages...
26
+
2. Click the `+` icon on the bottom left of the Collections sidebar on the left.
27
+
3. Choose `Add Swift Package Collection` from the pop-up menu.
28
+
4. In the `Add Package Collection` dialog box, enter `https://swiftpackageindex.com/AudioKit/collection.json` as the URL and click the "Load" button.
29
+
5. It will warn you that the collection is not signed, but it is fine, click "Add Unsigned Collection".
30
+
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