Skip to content

Commit 72610ae

Browse files
committed
Add macOS from devicekit#217
1 parent 4cf9f05 commit 72610ae

File tree

4 files changed

+1160
-594
lines changed

4 files changed

+1160
-594
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let package = Package(
1717
platforms: [
1818
.iOS(.v9),
1919
.tvOS(.v9),
20-
.watchOS(.v2)
20+
.watchOS(.v2),
21+
.macOS(.v10_12),
2122
],
2223
products: [
2324
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)