Skip to content

Commit

Permalink
Convert to AudioKit dependency based on version number instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jun 7, 2021
1 parent d0364fa commit 1eec74a
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "52726b7a5071e8940bf4f614c55d4e58c0b2fba1",
"version": null
"branch": null,
"revision": "4c3f5ef1b7d758609c7cfbc2d1f631fc45da04d1",
"version": "5.2.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
name: "MicrotonalAudioKit",
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
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"])
Expand Down

0 comments on commit 1eec74a

Please sign in to comment.