From 8b0b5b394e5eca8538956fecbaa70ca66fdde24b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 26 Apr 2023 16:25:43 +0200 Subject: Add the files --- Package.swift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Package.swift') diff --git a/Package.swift b/Package.swift index c967b1d..1456b7d 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,9 @@ import PackageDescription let package = Package( name: "Patterns", + platforms: [ + .macOS(.v10_15) + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( -- cgit