Skip to content

Commit

Permalink
Fix: the tvos directory pointing in the wrong location for mac builds (
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson authored Jun 14, 2019
1 parent a9576d4 commit 56d2c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public override Task Extract(string referenceAssembliesLocation)
{
if (PlatformHelper.IsRunningOnMono())
{
referenceAssembliesLocation = "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/";
referenceAssembliesLocation = "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/";
}

var assemblies =
Expand Down

0 comments on commit 56d2c14

Please sign in to comment.