From 6c29c35f61b0947a3e386f396fff5f4f8e0765af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Laval?= Date: Wed, 8 May 2013 16:46:46 -0400 Subject: [macdoc] Add new search path for iOS documentation --- AppleDocHandler.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AppleDocHandler.cs b/AppleDocHandler.cs index b5f1f68..7270980 100644 --- a/AppleDocHandler.cs +++ b/AppleDocHandler.cs @@ -18,6 +18,7 @@ namespace macdoc } readonly string[] searchPaths = new[] { + "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets", "/Applications/Xcode.app/Contents/Developer/Documentation/DocSets/", "/Library/Developer/Shared/Documentation/DocSets/", "/Developer/Platforms/iPhoneOS.platform/Developer/Documentation/DocSets/" -- cgit v1.2.3