From 9d7ff73b931955338aa727a22db7c858bcbfb4bd Mon Sep 17 00:00:00 2001 From: Steve Streza Date: Sun, 8 Dec 2019 22:06:06 -0800 Subject: [PATCH] Add macOS and tvOS platforms --- Package.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9c9386c..40a6cac 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,11 @@ import PackageDescription let package = Package( name: "GridStack", - platforms: [.iOS(.v13)], + platforms: [ + .iOS(.v13), + .macOS(.v10_15), + .tvOS(.v13) + ], products: [ // Products define the executables and libraries produced by a package, and make them visible to other packages. .library(