Skip to content

Commit

Permalink
Merge pull request #301 from andy-3000/package-platform-requirements-…
Browse files Browse the repository at this point in the history
…update

Updated platform requirements in Package@swift-5.9.swift
  • Loading branch information
weichsel committed Nov 6, 2023
2 parents 7a685d2 + 7d932ff commit e6464a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let targets: [Target] = [
let package = Package(
name: "ZIPFoundation",
platforms: [
.macOS(.v10_11), .iOS(.v9), .tvOS(.v9), .watchOS(.v2), .visionOS(.v1)
.macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
],
products: [
.library(name: "ZIPFoundation", targets: ["ZIPFoundation"])
Expand Down

0 comments on commit e6464a0

Please sign in to comment.