Skip to content

Commit 418f0bf

Browse files
Add macOS platform to package manifest
1 parent 0b370de commit 418f0bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let package = Package(
66
name: "CollectionBuilders",
77
platforms: [
88
.iOS(.v13),
9+
.macOS(.v12),
910
],
1011
products: [
1112
.library(

0 commit comments

Comments
 (0)