Skip to content

Commit

Permalink
Using AudioKit version instead of branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jun 7, 2021
1 parent 00eda07 commit 2d23f58
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": "main",
"revision": "50bd164f22e804be7a3fe0a8b416282fd1598c86",
"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: "DevoloopAudioKit",
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
products: [.library(name: "DevoloopAudioKit", targets: ["DevoloopAudioKit"])],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", .branch("devolop"))],
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
targets: [
.target(name: "DevoloopAudioKit", dependencies: ["AudioKit", "CDevoloopAudioKit"]),
.target(name: "CDevoloopAudioKit", dependencies: ["AudioKit"]),
Expand Down

0 comments on commit 2d23f58

Please sign in to comment.