Skip to content

Commit

Permalink
feat: Increased supported macos version. Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
buscarini committed Oct 31, 2024
1 parent 1d8ca31 commit 911e400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "Sio",
platforms: [
.macOS(.v10_11), .iOS(.v13), .tvOS(.v13)
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion Tests/SioCodecTests/SIOCodecURLTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class SIOCodecURLTests: XCTestCase {
func testURLFail() {
let codec = Codec<Void, URL, String>.url

let origin = "https://á"
let origin = "https:// á"

let from = codec.from(origin)

Expand Down

0 comments on commit 911e400

Please sign in to comment.