From f15b2b91470a5edc902077b9487276408b6fe0b3 Mon Sep 17 00:00:00 2001 From: Ethella Date: Fri, 21 Jan 2022 13:37:24 -0800 Subject: [PATCH] add platforms to Package.swift --- Package.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 833ce92..160b256 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,10 @@ import PackageDescription let package = Package( name: "MagicExt-OAuth", - + platforms: [ + .iOS(.v10), + .macOS(.v10_12) + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(