Skip to content

Commit f58d9d6

Browse files
committed
Changed NuGetDir for Xamarin.iOS to support Xamarin.Mac
1 parent 6752892 commit f58d9d6

1 file changed

Lines changed: 1 addition & 1 deletion

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 },

0 commit comments

Comments
 (0)