Skip to content

Commit

Permalink
Updating AudioKit dependency to be based on version number instead of…
Browse files Browse the repository at this point in the history
… branch
  • Loading branch information
aure committed Jun 7, 2021
1 parent 124aae8 commit 11d224d
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": "ba3b644db9d69e88aeae87d1036744d972997706",
"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: "STKAudioKit",
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
products: [.library(name: "STKAudioKit", targets: ["STKAudioKit"])],
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: "Stk", exclude: ["LICENSE"], resources: [.copy("rawwaves")]),
.target(name: "STKAudioKit", dependencies: ["AudioKit", "CSTKAudioKit", "Stk"]),
Expand Down

0 comments on commit 11d224d

Please sign in to comment.