Skip to content

Commit 028bf26

Browse files
authored
chore: Update minimum supported macOS version to match Swift SDK
1 parent bdf99fd commit 028bf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let platforms: [SupportedPlatform] = [
66
.iOS(.v13),
7-
.macOS(.v10_15),
7+
.macOS(.v12),
88
.tvOS(.v13),
99
.watchOS(.v9)
1010
]

0 commit comments

Comments
 (0)