Skip to content

Commit

Permalink
Merge pull request #9 from akaDuality/main
Browse files Browse the repository at this point in the history
Rename macOS .v10_16 to .v11
  • Loading branch information
kean authored Oct 12, 2024
2 parents e469d46 + 18e7198 commit 9cadf70
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 9cadf70

Please sign in to comment.