Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 8b1a276

Browse files
committed
Using AudioKit dependency based on version number instead of branch
1 parent 35679bc commit 8b1a276

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ let package = Package(
77
name: "SoulAudioKit",
88
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
99
products: [.library(name: "SoulAudioKit", targets: ["SoulAudioKit"])],
10-
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop"))],
10+
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
1111
targets: [
1212
.target(name: "SoulAudioKit", dependencies: ["AudioKit", "CSoulAudioKit"]),
1313
.target(name: "CSoulAudioKit", dependencies: ["AudioKit"]),
1414
.testTarget(name: "SoulAudioKitTests", dependencies: ["SoulAudioKit"], resources: [.copy("TestResources/")]),
1515
],
1616
cxxLanguageStandard: .cxx14
1717
)
18-
18+

0 commit comments

Comments
 (0)