Skip to content

Commit 1fa407c

Browse files
committed
. e Add platforms to manifest
1 parent 871bee7 commit 1fa407c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Package.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ import PackageDescription
44

55
let package = Package(
66
name: "FailKit",
7+
platforms: [
8+
.iOS(.v13),
9+
.macOS(.v13),
10+
.tvOS(.v13),
11+
.watchOS(.v6),
12+
.visionOS(.v1)
13+
],
714
products: [
815
.library(
916
name: "FailKit",

0 commit comments

Comments
 (0)