Skip to content

Commit a23a27c

Browse files
committed
Updated to AK 5.3
1 parent 3b92a11 commit a23a27c

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

Package.resolved

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

Package.swift

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ let package = Package(
99
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
1010
dependencies: [
1111
.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"),
1314
],
1415
targets: [
1516
.target(name: "Soundpipe",
@@ -21,8 +22,8 @@ let package = Package(
2122
.headerSearchPath("modules"),
2223
.headerSearchPath("external")
2324
]),
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"]),
2627
.testTarget(name: "SoundpipeAudioKitTests", dependencies: ["SoundpipeAudioKit"], resources: [.copy("TestResources/")]),
2728
.testTarget(name: "CSoundpipeAudioKitTests", dependencies: ["CSoundpipeAudioKit"]),
2829
],

0 commit comments

Comments
 (0)