From b05c26edca61ed5dfa5f3217c26e872195836b20 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 5 Jun 2023 10:32:54 +0100 Subject: [PATCH] support for macOS --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index f1c0e7a..e3df799 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,7 @@ import PackageDescription let package = Package( name: "OpenAISwift", + platforms: [.iOS(.v15), .macOS(.v10_15)], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(