Skip to content

Commit

Permalink
Generate docs, and bundle the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
migueldeicaza committed Aug 8, 2018
1 parent 4ddbb68 commit e69b806
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MonoTouch.Dialog.nuspec
Expand Up @@ -17,6 +17,8 @@
</metadata>
<files>
<file src="MonoTouch.Dialog/bin/iPhoneSimulator/Release/MonoTouch.Dialog.dll" target="lib/XamariniOS10" />
<file src="MonoTouch.Dialog/bin/iPhoneSimulator/Release/MonoTouch.Dialog.xml" target="lib/XamariniOS10" />
<file src="./MonoTouch.Dialog/bin/tvSimulator/Release/MonoTouch.Dialog.dll" target="lib/XamarintvOS10" />
<file src="./MonoTouch.Dialog/bin/tvSimulator/Release/MonoTouch.Dialog.xml" target="lib/XamarintvOS10" />
</files>
</package>
1 change: 1 addition & 0 deletions MonoTouch.Dialog/MonoTouch.Dialog-iOS.csproj
Expand Up @@ -36,6 +36,7 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<DocumentationFile>bin\iPhoneSimulator\Release\MonoTouch.Dialog.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
3 changes: 3 additions & 0 deletions MonoTouch.Dialog/MonoTouch.Dialog-tvOS.csproj
Expand Up @@ -9,6 +9,8 @@
<RootNamespace>MonoTouch.Dialog</RootNamespace>
<AssemblyName>MonoTouch.Dialog</AssemblyName>
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -34,6 +36,7 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchNoSymbolStrip>true</MtouchNoSymbolStrip>
<MtouchLink>SdkOnly</MtouchLink>
<DocumentationFile>bin\tvSimulator\Release\MonoTouch.Dialog.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhone' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit e69b806

Please sign in to comment.