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:
authorJérémie Laval <jeremie.laval@gmail.com>2012-12-12 02:34:38 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2012-12-12 02:34:56 +0400
commitfb25427a37a45791905c1ce592f1abe9eab7b515 (patch)
tree58a19a3f6ec05e7fcdfe81def7ee6eb07711cb76
parenta0e4f271209ab6058ce2df50f95dfd358187dbc6 (diff)
[macdoc] Fix path for xammac apple-doc-wizard
-rw-r--r--Product.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Product.cs b/Product.cs
index 899f46c..09fc0d7 100644
--- a/Product.cs
+++ b/Product.cs
@@ -53,7 +53,7 @@ namespace macdoc
case Product.MonoTouch:
return "/Developer/MonoTouch/usr/share/doc/MonoTouch/apple-doc-wizard";
case Product.MonoMac:
- return "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/share/doc/apple-doc-wizard";
+ return "/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/usr/share/doc/Xamarin.Mac/apple-doc-wizard";
default:
return null;
}