Skip to content

Commit

Permalink
macos sdk's min is 13
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkerulusoy committed Sep 15, 2024
1 parent 830751b commit 476d31f
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(
name: "Extensions",
platforms: [
.iOS(.v16),
.macOS(.v12),
.macOS(.v13),
.tvOS(.v15),
.watchOS(.v8),
.visionOS(.v1)
Expand Down

0 comments on commit 476d31f

Please sign in to comment.