We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4b021 commit 7bebdccCopy full SHA for 7bebdcc
Package.swift
@@ -6,7 +6,10 @@ import PackageDescription
6
let package = Package(
7
name: "SoundpipeAudioKit",
8
platforms: [.macOS(.v12), .iOS(.v13), .tvOS(.v13)],
9
- products: [.library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"])],
+ products: [
10
+ .library(name: "SoundpipeAudioKit", targets: ["SoundpipeAudioKit"]),
11
+ .library(name: "CSoundpipeAudioKit", targets: ["CSoundpipeAudioKit"])
12
+ ],
13
dependencies: [
14
.package(url: "https://github.com/AudioKit/KissFFT", from: "1.0.0"),
15
.package(url: "https://github.com/AudioKit/AudioKit", from: "5.6.0"),
0 commit comments