File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,16 @@ This extension to AudioKit has the majority of old versions of AudioKit's DSP in
1717
1818See 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
You can’t perform that action at this time.
0 commit comments