From 8a67b0d760563b2e97103fcb1c90f1b4a8540d2d Mon Sep 17 00:00:00 2001 From: LeeUngjae Date: Sat, 24 Apr 2021 13:35:50 +0900 Subject: [PATCH] Update Package.swift --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index d18fd92..1feb236 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,8 @@ import PackageDescription let package = Package( name: "SlideText", platforms: [ - .iOS(.v13) - ], + .macOS(.v10_15), .iOS(.v13), .tvOS(.v13) + ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library(