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
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.
0 commit comments