Skip to content

Commit

Permalink
UTF-8 view optimizations + Regression fix for #275 (#276)
Browse files Browse the repository at this point in the history
* fix most tests

* utf-8 optimization

* fix regressions introduced by #275
  • Loading branch information
aehlke authored Aug 15, 2024
1 parent e2d1120 commit 32f5aea
Show file tree
Hide file tree
Showing 12 changed files with 246 additions and 233 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import PackageDescription

let package = Package(
name: "SwiftSoup",
platforms: [.macOS(.v10_15), .iOS(.v13), .watchOS(.v4)],
products: [
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
],
Expand Down
Loading

0 comments on commit 32f5aea

Please sign in to comment.