We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4181f01 + 39423a1 commit 75e5e02Copy full SHA for 75e5e02
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "Shapes",
8
platforms: [
9
- .iOS(.v13), .macOS(.v10_15)
+ .iOS(.v13), .macOS(.v10_15), .watchOS(.v6)
10
],
11
products: [
12
// Products define the executables and libraries produced by a package, and make them visible to other packages.
0 commit comments