Skip to content

Commit

Permalink
Merge pull request #91 from rom4in/patch-1
Browse files Browse the repository at this point in the history
Support for macOS
  • Loading branch information
adamrushy authored Jul 11, 2023
2 parents 73dbe25 + b05c26e commit 456aace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 456aace

Please sign in to comment.