@@ -9,7 +9,8 @@ let package = Package(
9
9
products: [ . library( name: " SoundpipeAudioKit " , targets: [ " SoundpipeAudioKit " ] ) ] ,
10
10
dependencies: [
11
11
. package ( url: " https://github.com/AudioKit/KissFFT " , from: " 1.0.0 " ) ,
12
- . package ( url: " https://github.com/AudioKit/AudioKit " , from: " 5.2.0 " ) ,
12
+ . package ( url: " https://github.com/AudioKit/AudioKit " , from: " 5.3.0 " ) ,
13
+ . package ( url: " https://github.com/AudioKit/AudioKitEX " , from: " 5.3.0 " ) ,
13
14
] ,
14
15
targets: [
15
16
. target( name: " Soundpipe " ,
@@ -21,8 +22,8 @@ let package = Package(
21
22
. headerSearchPath( " modules " ) ,
22
23
. headerSearchPath( " external " )
23
24
] ) ,
24
- . target( name: " SoundpipeAudioKit " , dependencies: [ " AudioKit " , " CSoundpipeAudioKit " ] ) ,
25
- . target( name: " CSoundpipeAudioKit " , dependencies: [ " AudioKit " , " Soundpipe " ] ) ,
25
+ . target( name: " SoundpipeAudioKit " , dependencies: [ " AudioKit " , " AudioKitEX " , " CSoundpipeAudioKit " ] ) ,
26
+ . target( name: " CSoundpipeAudioKit " , dependencies: [ " AudioKit " , " AudioKitEX " , " Soundpipe " ] ) ,
26
27
. testTarget( name: " SoundpipeAudioKitTests " , dependencies: [ " SoundpipeAudioKit " ] , resources: [ . copy( " TestResources/ " ) ] ) ,
27
28
. testTarget( name: " CSoundpipeAudioKitTests " , dependencies: [ " CSoundpipeAudioKit " ] ) ,
28
29
] ,
0 commit comments