Skip to content

Commit 349d6ef

Browse files
committed
Merge pull request #89 from KraigM/feature/Xamarin.Mac
Changed NuGetDir for Xamarin.iOS to support Xamarin.Mac
2 parents 6752892 + 8e3cdd5 commit 349d6ef

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

grunt/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = function (grunt) {
1010
{ "Name": "SocketIoClientDotNet.net40", "NuGetDir": "net40", "SourceDir": "" },
1111
{ "Name": "SocketIoClientDotNet.net45", "NuGetDir": "net45", "SourceDir": "" },
1212
{ "Name": "SocketIoClientDotNet.windowsphone8", "NuGetDir": "windowsphone8", "SourceDir": "" },
13-
{ "Name": "SocketIoClientDotNet.Xamarin-iOS", "NuGetDir": "xamarinios10", "SourceDir": "xamarinios10" },
13+
{ "Name": "SocketIoClientDotNet.Xamarin-iOS", "NuGetDir": "portable-Xamarin.iOS10+Xamarin.Mac20", "SourceDir": "xamarinios10" },
1414
{ "Name": "SocketIoClientDotNet.Xamarin-MonoTouch", "NuGetDir": "monotouch10", "SourceDir": "monotouch10" },
1515
{ "Name": "SocketIoClientDotNet.Xamarin-Android", "NuGetDir": "monoandroid10", "SourceDir": "", copyOnly: true },
1616
{ "Name": "SocketIoClientDotNet.netcore45", "NuGetDir": "netcore45","SourceDir": "", copyOnly: true },

grunt/templates/SocketIoClientDotNet.nuspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<dependency id="Newtonsoft.Json" version="8.0.1" />
4848
<dependency id="EngineIoClientDotNet" version="0.9.22" />
4949
</group>
50+
<group targetFramework="Xamarin.Mac20">
51+
<dependency id="WebSocket4Net" version="0.14.1" />
52+
<dependency id="Newtonsoft.Json" version="8.0.1" />
53+
<dependency id="EngineIoClientDotNet" version="0.9.22" />
54+
</group>
5055
<group targetFramework="monotouch10">
5156
<dependency id="WebSocket4Net" version="0.14.1" />
5257
<dependency id="Newtonsoft.Json" version="8.0.1" />
@@ -62,4 +67,4 @@
6267
<frameworkAssembly assemblyName="System.Web" targetFramework="net45" />
6368
</frameworkAssemblies>
6469
</metadata>
65-
</package>
70+
</package>

0 commit comments

Comments
 (0)