Skip to content

Commit

Permalink
Use AudioKit 5.2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Aug 6, 2021
1 parent 10be84d commit bddc015
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "AudioKit",
"repositoryURL": "https://github.com/AudioKit/AudioKit",
"state": {
"branch": "develop",
"revision": "21ecc7b37e826bd3e2277015fe077c4c1ace8458",
"version": null
"branch": null,
"revision": "5eefc06cc8c503624c92edcb4acbf28574f08acf",
"version": "5.2.1"
}
}
]
Expand Down
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ let package = Package(
name: "MicrotonalAudioKit",
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
products: [.library(name: "MicrotonalAudioKit", targets: ["MicrotonalAudioKit"])],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop"))],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
targets: [
.target(name: "MicrotonalAudioKit", dependencies: ["AudioKit"]),
.testTarget(name: "MicrotonalAudioKitTests", dependencies: ["MicrotonalAudioKit"])
]
)

0 comments on commit bddc015

Please sign in to comment.