added mac os as a build target

This commit is contained in:
Andras Samu
2020-05-28 18:50:59 +02:00
parent f2866ae281
commit 0caebce9ff
+1 -1
View File
@@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftUICharts",
platforms: [
.iOS(.v13), .watchOS(.v6)
.iOS(.v13), .watchOS(.v6), .macOS(.v10_15)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.