From 56d2c144383bf9157748607104d84966b10cec8f Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Sat, 15 Jun 2019 00:53:54 +1000 Subject: [PATCH] Fix: the tvos directory pointing in the wrong location for mac builds (#20) --- src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs b/src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs index 656621a..7b27f6e 100644 --- a/src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs +++ b/src/Pharmacist.Core/Extractors/PlatformExtractors/tvOS.cs @@ -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 =