Skip to content

Commit

Permalink
Assume tvOS is iOS too, for build targetingy
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Apr 3, 2020
1 parent 734d5b7 commit b2917e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/targetframework.props
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<When Condition="'$(TargetFrameworkSuffix)' == 'tvOS'">
<PropertyGroup>
<TargetsUnix>true</TargetsUnix>
<TargetsiOS>true</TargetsiOS>
<TargetstvOS>true</TargetstvOS>
<PackageTargetRuntime>tvos</PackageTargetRuntime>
</PropertyGroup>
Expand Down

0 comments on commit b2917e9

Please sign in to comment.