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 67cd8e3 commit 4d0f930Copy full SHA for 4d0f930
1 file changed
Package.swift
@@ -6,7 +6,10 @@ import PackageDescription
6
let package = Package(
7
name: "DropView",
8
platforms: [
9
- .iOS(.v13)
+ .iOS(.v13),
10
+ .macOS(.v10_15),
11
+ .tvOS(.v13),
12
+ .watchOS(.v6)
13
],
14
products: [
15
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments