Skip to content

Commit

Permalink
Updated platforms because we are not using any API that are platfrom …
Browse files Browse the repository at this point in the history
…dependand and code in this package mu
  • Loading branch information
IhorShevchuk committed Mar 8, 2024
1 parent 03df2b8 commit 1ca750d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func boostHeaders() -> [CSetting] {

let includePath = folderPath.appendingPathComponent("include").path
if fileManager.fileExists(atPath: includePath) {
let path = includePath.replacingOccurrences(of: RHVoicePath.path + "/" , with: "")
let path = includePath.replacingOccurrences(of: RHVoicePath.path + "/", with: "")
result.append(.headerSearchPath(path))
}
}
Expand All @@ -41,8 +41,10 @@ func boostHeaders() -> [CSetting] {
let package = Package(
name: "RHVoice",
platforms: [
.macOS(.v11),
.iOS(.v13)
.macOS(.v10_13),
.iOS(.v12),
.tvOS(.v12),
.watchOS(.v4)
],
products: [
.library(
Expand Down

0 comments on commit 1ca750d

Please sign in to comment.