Skip to content

Commit 75e5e02

Browse files
authored
Merge pull request #5 from Quantum2/master
Add watchOS minimum version
2 parents 4181f01 + 39423a1 commit 75e5e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "Shapes",
88
platforms: [
9-
.iOS(.v13), .macOS(.v10_15)
9+
.iOS(.v13), .macOS(.v10_15), .watchOS(.v6)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

0 commit comments

Comments
 (0)