Skip to content

Commit 4fbdcc1

Browse files
authored
Merge pull request #3 from rrolland/fix-watchos-min-version
Fix watchOS minimum platform version
2 parents c8dfb27 + d0e8b5f commit 4fbdcc1

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)