Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 view optimizations + Regression fix for #275 #276

Merged
merged 13 commits into from
Aug 15, 2024
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(.v11), .watchOS(.v4)],
products: [
.library(name: "SwiftSoup", targets: ["SwiftSoup"])
],
Expand Down
Loading
Loading