Skip to content

Commit

Permalink
Rename macOS .v10_16 to .v11
Browse files Browse the repository at this point in the history
  • Loading branch information
akaDuality committed Oct 12, 2024
1 parent e469d46 commit 18e7198
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 @@ -6,7 +6,7 @@ let package = Package(
platforms: [
.iOS(.v14),
.tvOS(.v14),
.macOS(.v10_16),
.macOS(.v11),
],
products: [
.library(name: "Align", targets: ["Align"]),
Expand Down

0 comments on commit 18e7198

Please sign in to comment.