Skip to content

Commit

Permalink
Merge pull request #310 from MartinP7r/patch-1
Browse files Browse the repository at this point in the history
Update Package@swift-5.9.swift platform info
  • Loading branch information
weichsel committed Jan 30, 2024
2 parents b979e8b + 420874f commit 55ef193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Expand Up @@ -20,7 +20,7 @@ let targets: [Target] = [
let package = Package(
name: "ZIPFoundation",
platforms: [
.macOS(.v10_13), .iOS(.v11), .tvOS(.v11), .watchOS(.v4), .visionOS(.v1)
.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4), .visionOS(.v1)
],
products: [
.library(name: "ZIPFoundation", targets: ["ZIPFoundation"])
Expand Down

0 comments on commit 55ef193

Please sign in to comment.