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:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-13 16:02:27 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-13 16:02:27 +0400
commit84d099dffd7ca280f38fbba2d11be141378ee9da (patch)
tree32b3c16a08e3bcf911329da2b215f7e646c9c984 /AppleDocWizard
parent510c4875b078d529def5eda124101f166415a8aa (diff)
[AppleDocWizard] Path fixups
Diffstat (limited to 'AppleDocWizard')
-rw-r--r--AppleDocWizard/AppleDocHandler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppleDocWizard/AppleDocHandler.cs b/AppleDocWizard/AppleDocHandler.cs
index 6f0c1b3..eb18751 100644
--- a/AppleDocWizard/AppleDocHandler.cs
+++ b/AppleDocWizard/AppleDocHandler.cs
@@ -42,6 +42,7 @@ namespace macdoc
"/Users/jeremie/mono/doctest"
};*/
const string MonodocLibPath = "/Library/Frameworks/Mono.framework/Versions/Current/lib/monodoc/";
+ const string MonoTouchLibPath = "/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll";
public const string IosAtomFeed = "https://developer.apple.com/rss/com.apple.adc.documentation.AppleiPhone5_0.atom";
public const string MacLionAtomFeed = "http://developer.apple.com/rss/com.apple.adc.documentation.AppleLion.atom";
@@ -197,9 +198,8 @@ namespace macdoc
Assembly = System.Reflection.Assembly.ReflectionOnlyLoadFrom (MonoTouchLibPath),
BaseAssemblyNamespace = "MonoTouch",
ImportSamples = true,
- //SamplesRepositoryPath = Path.Combine (resourcePath, "samples.zip"),
MonodocArchive = mdocArchive,
- SamplesRepositoryPath = "/Users/jeremie/mono/doctest/samples.zip",
+ SamplesRepositoryPath = Path.Combine (resourcePath, "samples.zip"),
MergingPathCallback = path => { evtArgs.CurrentFile = path; FireAppleDocEvent (evtArgs); },
CancellationToken = token
});