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.
1 parent 4181f01 commit 3107e58Copy full SHA for 3107e58
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), .tvOS(.v13), .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