[CAKER-2] Enable macOS target compatibility (#2)
Work on xiiagency/Caker#2
This commit is contained in:
parent
1bb027c8e0
commit
3a5f6bf664
|
@ -7,6 +7,7 @@ let package =
|
|||
platforms: [
|
||||
.iOS(.v15),
|
||||
.watchOS(.v8),
|
||||
.macOS(.v12),
|
||||
],
|
||||
products: [
|
||||
.library(
|
||||
|
|
Loading…
Reference in New Issue