From adf85543ad033f30e56f32e8a63ad74006142b4b Mon Sep 17 00:00:00 2001 From: Tanner Bennett Date: Thu, 1 Jul 2021 00:48:42 -0500 Subject: [PATCH] Fix #2 --- Package.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Package.swift b/Package.swift index 4b1e49b..fb5f1f1 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,9 @@ import PackageDescription let package = Package( name: "TerminalUI", + platforms: [ + .macOS("10.15"), + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(