Skip to content

Commit

Permalink
fix: update macos support to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Dec 12, 2023
1 parent 2b2271b commit 012a765
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 @@ -7,7 +7,7 @@ let package = Package(
name: "FalClient",
platforms: [
.iOS(.v16),
.macOS(.v12),
.macOS(.v13),
.macCatalyst(.v16),
.tvOS(.v16),
.watchOS(.v9),
Expand Down

0 comments on commit 012a765

Please sign in to comment.