From e74abdd20a19d1fe0ca502d7d23444b97a6406a6 Mon Sep 17 00:00:00 2001 From: David Keegan Date: Tue, 14 Sep 2021 19:53:35 -0700 Subject: [PATCH] Add tvOS --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 198d33fb..bbe35cd5 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "GLTFSceneKit", - platforms: [.iOS(.v11), .macOS(.v10_13)], + platforms: [.iOS(.v11), .macOS(.v10_13), .tvOS(.v11)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(