Skip to content

Commit ba482ca

Browse files
committed
Reducing minimum deployment
1 parent 8ab8858 commit ba482ca

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

66
let package = Package(
77
name: "SoundpipeAudioKit",
8-
platforms: [.macOS(.v10_14), .iOS(.v13), .tvOS(.v13)],
8+
platforms: [.macOS(.v10_13), .iOS(.v11), .tvOS(.v11)],
99
products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
1010
dependencies: [
1111
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
12-
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.2.0"),
12+
.package(url: "https://github.com/AudioKit/AudioKit", .branch("develop")),
1313
],
1414
targets: [
1515
.target(name: "Soundpipe",

0 commit comments

Comments
 (0)