Skip to content

Commit

Permalink
👽 Add platforms to package
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed May 5, 2020
1 parent 219dddf commit 5066d48
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@ import PackageDescription

let package = Package(
name: "SwiftUI.WebView",
platforms: [
.iOS(.v13), .watchOS(.v6), .tvOS(.v13), .macOS(.v10_15)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "SwiftUI.WebView",
targets: ["SwiftUI.WebView"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
dependencies: [],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "SwiftUI.WebView",
dependencies: []),
Expand Down

0 comments on commit 5066d48

Please sign in to comment.