Skip to content

Commit c55587a

Browse files
authored
Merge pull request #1 from yusuga/support_xcode12
Support for SPM in Xcode 12
2 parents eda6ba3 + 2624621 commit c55587a

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
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "WeakMapTable",
7+
platforms: [
8+
.macOS(.v10_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
9+
],
710
products: [
811
.library(name: "WeakMapTable", targets: ["WeakMapTable"]),
912
],

0 commit comments

Comments
 (0)