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:
authorMiguel de Icaza <miguel@gnome.org>2015-10-15 20:56:27 +0300
committerMiguel de Icaza <miguel@gnome.org>2015-10-15 20:56:27 +0300
commitea60f85a862962fcca96a66db7719c5552fbaa3a (patch)
tree691fcd247de6b63932ac58f42c01daab731f2d85
parent80ee5ae51dc9418d1e6bc044e8fd3515be55f75b (diff)
Update the path
-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: