Skip to content

Commit 2129e8f

Browse files
committed
Mark package as macos only
1 parent 15dffc0 commit 2129e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import PackageDescription
55

66
let package = Package(
77
name: "Shout",
8+
platforms: [
9+
.macOS(.v10_10)
10+
],
811
products: [
912
.library(name: "Shout", targets: ["Shout"]),
1013
],

0 commit comments

Comments
 (0)