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>2013-05-09 00:46:46 +0400
committerJérémie Laval <jeremie.laval@gmail.com>2013-05-09 00:46:46 +0400
commit6c29c35f61b0947a3e386f396fff5f4f8e0765af (patch)
treedfe77d8cdc25a0829b28c81ebd8453500b2b1785
parentedbccbd136c066e52b36cb8e26dce7cb2eb385bd (diff)
[macdoc] Add new search path for iOS documentation
-rw-r--r--AppleDocHandler.cs1
1 files changed, 1 insertions, 0 deletions
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/"