Skip to content

Commit 36897c1

Browse files
committed
Specifying a version for watchOS and tvOS
1 parent f8d414a commit 36897c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ let package = Package(
77
name: "Disruptive",
88
platforms: [
99
.iOS(.v13),
10-
.macOS(.v10_15)
10+
.macOS(.v10_15),
11+
.watchOS(.v6),
12+
.tvOS(.v13)
1113
],
1214
products: [
1315
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)