Skip to content

Commit

Permalink
Update support platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
katoemba committed Feb 16, 2020
1 parent 1410419 commit 2cb0312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "libmpdclient",
platforms: [.macOS(.v10_15), .iOS(.v10), .watchOS(.v6)],
platforms: [.macOS(.v10_11), .iOS(.v10), .tvOS(.v9), .watchOS(.v3)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(name: "libmpdclient", targets: ["libmpdclient"])
Expand Down

0 comments on commit 2cb0312

Please sign in to comment.