Skip to content

Commit

Permalink
Merge pull request #1 from JioMeet/ramakrishna1m-patch-1
Browse files Browse the repository at this point in the history
Update Package.swift
  • Loading branch information
ramakrishna1m authored Dec 6, 2023
2 parents 233f614 + c1d1b28 commit 1e37fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "VoiceActivityDetector", targets: ["VoiceActivityDetector"])
],
targets: [
.target(name: "VoiceActivityDetector", path: "Source", publicHeadersPath: ""),
.target(name: "VoiceActivityDetector", path: "VoiceActivityDetector", publicHeadersPath: ""),
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 1e37fdf

Please sign in to comment.