From 090de46db52198e0c5ed6f14417b6a626e0d086a Mon Sep 17 00:00:00 2001 From: Lawrence Bensaid Date: Wed, 6 Apr 2022 20:19:25 -0400 Subject: [PATCH] Added macOS compatibility --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index a1d6b10..170cd1a 100644 --- a/Package.swift +++ b/Package.swift @@ -1,11 +1,11 @@ -// swift-tools-version: 5.4 +// swift-tools-version: 5.5 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "BlissfulBinding", - platforms: [.iOS(.v13)], + platforms: [.iOS(.v13), .macOS(.v10_15), .macCatalyst(.v13)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(