Skip to content

Commit

Permalink
Merge branch 'release/2.7.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
scinfu committed Feb 15, 2024
2 parents 4f223a9 + 18a5b96 commit bea84ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.7

import PackageDescription

Expand All @@ -8,7 +8,12 @@ let package = Package(
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
],
targets: [
.target(name: "SwiftSoup", path: "Sources"),
.target(name: "SwiftSoup",
path: "Sources",
exclude: [],
resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(name: "SwiftSoupTests", dependencies: ["SwiftSoup"])
]
)


0 comments on commit bea84ea

Please sign in to comment.