Skip to content

Commit 32f5aea

Browse files
authored
UTF-8 view optimizations + Regression fix for #275 (#276)
* fix most tests * utf-8 optimization * fix regressions introduced by #275
1 parent e2d1120 commit 32f5aea

12 files changed

+246
-233
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "SwiftSoup",
7+
platforms: [.macOS(.v10_15), .iOS(.v13), .watchOS(.v4)],
78
products: [
89
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
910
],

0 commit comments

Comments
 (0)