Skip to content

Commit

Permalink
Merge pull request #4 from abaltatech/ATWD-4514
Browse files Browse the repository at this point in the history
ATWD-4514 [iOS] Drop support for iOS 15
  • Loading branch information
rumen-cholakov authored Mar 22, 2024
2 parents ea624fe + e4d7e74 commit 0bb31ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let checksum = "19bf24e1917467a3af67af43e794b54a0cc187b27a8c8bb0410e23ed1c9af7f0
let package = Package(
name: "Libwebsockets",
platforms: [
.macOS(.v10_13), .iOS(.v11), .macCatalyst(.v13)
.macOS(.v10_13), .iOS(.v16), .macCatalyst(.v13)
],
products: [
.library(
Expand Down

0 comments on commit 0bb31ee

Please sign in to comment.