Skip to content

Commit

Permalink
Update Package@swift-5.9.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinP7r committed Jan 28, 2024
1 parent b979e8b commit 420874f
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_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 420874f

Please sign in to comment.