Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthein committed Jul 4, 2020
1 parent 3998487 commit b43ad6e
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 @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Extras",
platforms: [.iOS(.v10)],
platforms: [ .macOS(.v10_14), .iOS(.v10), .tvOS(.v10)],
products: [
.library(name: "Extras", targets: ["Extras"])
],
Expand Down

0 comments on commit b43ad6e

Please sign in to comment.