Skip to content

Commit

Permalink
Add macOS from devicekit#217
Browse files Browse the repository at this point in the history
  • Loading branch information
ytyubox committed Jul 16, 2021
1 parent 70f1564 commit 810ceb5
Show file tree
Hide file tree
Showing 4 changed files with 981 additions and 330 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ let package = Package(
platforms: [
.iOS(.v9),
.tvOS(.v9),
.watchOS(.v2)
.watchOS(.v2),
.macOS(.v10_12),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
Loading

0 comments on commit 810ceb5

Please sign in to comment.