Skip to content

Commit

Permalink
Merge pull request #29 from elegantchaos/tvOS
Browse files Browse the repository at this point in the history
Added tvOS to platforms
  • Loading branch information
samdeane committed Feb 21, 2020
2 parents 2e577ab + f50ffdf commit 5ad1a49
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: "DictionaryCoding",
platforms: [
.macOS(.v10_12), .iOS(.v10)
.macOS(.v10_12), .iOS(.v10), .tvOS(.v10)
],
products: [
.library(
Expand Down

0 comments on commit 5ad1a49

Please sign in to comment.