Skip to content

Commit d0e8b5f

Browse files
committed
Align watchOS platform to Segment
1 parent c8dfb27 commit d0e8b5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ let package = Package(
88
platforms: [
99
.macOS("10.15"),
1010
.iOS("13.0"),
11-
.tvOS("13.0")
11+
.tvOS("13.0"),
12+
.watchOS("7.1")
1213
],
1314
products: [
1415
// Products define the executables and libraries a package produces, and make them visible to other packages.

0 commit comments

Comments
 (0)