From 6d4f049f0c3c5c88c8355a82ca3a4fe08bd0a4b0 Mon Sep 17 00:00:00 2001 From: LebJe <51171427+LebJe@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:56:11 -0400 Subject: [PATCH] Add tvOS, iOS, and (not) watchOS support --- Package.swift | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 7151693..98b1104 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,13 @@ import PackageDescription let package = Package( name: "CPIOArchiveKit", - products: [ + platforms: [ + .macOS(.v10_15), + .iOS(.v13), + .tvOS(.v12), + .watchOS(.v7) + ] + ,products: [ .library( name: "CPIOArchiveKit", targets: ["CPIOArchiveKit"]