Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Product.cs2
1 files changed, 1 insertions, 1 deletions
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: