From ea60f85a862962fcca96a66db7719c5552fbaa3a Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 15 Oct 2015 13:56:27 -0400 Subject: Update the path --- Product.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Product.cs b/Product.cs index a4deb80..bdb8a60 100644 --- a/Product.cs +++ b/Product.cs @@ -39,7 +39,7 @@ namespace macdoc { switch (product) { case Product.MonoTouch: - return "/Developer/MonoTouch/usr/share/doc/MonoTouch/apple-doc-wizard"; + return "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/share/doc/MonoTouch/apple-doc-wizard"; case Product.MonoMac: return "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/share/doc/Xamarin.Mac/apple-doc-wizard"; default: -- cgit v1.2.3