From 33b86a55f29d4b7f7ed7d173f125563e17cb9350 Mon Sep 17 00:00:00 2001 From: fuziki Date: Fri, 23 Jul 2021 21:43:45 +0900 Subject: [PATCH] add mac support for test --- Package.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Package.swift b/Package.swift index fe39a2e..2641297 100644 --- a/Package.swift +++ b/Package.swift @@ -7,6 +7,7 @@ let package = Package( name: "UnityVideoCreator", platforms: [ .iOS(.v13), + .macOS(.v10_15), ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.