Skip to content

Commit

Permalink
Updated to AK 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Dec 23, 2021
1 parent 3b92a11 commit a23a27c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
13 changes: 11 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,17 @@
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": null,
"revision": "fca2966f95440760c6264aa6368dfb5bf829b2dd",
"version": "5.2.2"
"revision": "3360ddec30659447201a9ca4360d20cd924aab32",
"version": "5.3.0"
}
},
{
"package": "AudioKitEX",
"repositoryURL": "https://github.com/AudioKit/AudioKitEX",
"state": {
"branch": null,
"revision": "214bedd90e9a4ff03f55c4dc3b918082b6a7ebeb",
"version": "5.3.0"
}
},
{
Expand Down
7 changes: 4 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ let package = Package(
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
dependencies: [
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0"),
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.3.0"),
.package(url: "https://github.com/AudioKit/AudioKitEX", from: "5.3.0"),
],
targets: [
.target(name: "Soundpipe",
Expand All @@ -21,8 +22,8 @@ let package = Package(
.headerSearchPath("modules"),
.headerSearchPath("external")
]),
.target(name: "SoundpipeAudioKit", dependencies: ["AudioKit", "CSoundpipeAudioKit"]),
.target(name: "CSoundpipeAudioKit", dependencies: ["AudioKit", "Soundpipe"]),
.target(name: "SoundpipeAudioKit", dependencies: ["AudioKit", "AudioKitEX", "CSoundpipeAudioKit"]),
.target(name: "CSoundpipeAudioKit", dependencies: ["AudioKit", "AudioKitEX", "Soundpipe"]),
.testTarget(name: "SoundpipeAudioKitTests", dependencies: ["SoundpipeAudioKit"], resources: [.copy("TestResources/")]),
.testTarget(name: "CSoundpipeAudioKitTests", dependencies: ["CSoundpipeAudioKit"]),
],
Expand Down

0 comments on commit a23a27c

Please sign in to comment.