Skip to content

Commit

Permalink
Add tvOS, iOS, and (not) watchOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Jun 11, 2021
1 parent 239b046 commit 6d4f049
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6d4f049

Please sign in to comment.