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

Commit 41f78a4

Browse files
committed
Reducing minimum deployment
1 parent 8b1a276 commit 41f78a4

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
@@ -5,9 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "SoulAudioKit",
8-
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
8+
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
99
products: [.library(name: "SoulAudioKit", targets: ["SoulAudioKit"])],
10-
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0")],
10+
dependencies: [.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop"))],
1111
targets: [
1212
.target(name: "SoulAudioKit", dependencies: ["AudioKit", "CSoulAudioKit"]),
1313
.target(name: "CSoulAudioKit", dependencies: ["AudioKit"]),

0 commit comments

Comments
 (0)