Skip to content

Commit

Permalink
Fixed link to methodDeclarations
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenH committed Sep 9, 2015
1 parent 422bfe4 commit 4f8ae5c
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 2 deletions.
Binary file modified ObjectiveCToSwiftConverter.v11.suo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private string ConvertMethodDeclaration(string methodDeclaration)
client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));

string methodDeclarationSwift = null;
var task = client.PostAsJsonAsync<object>("http://objectivec2swift.net/api/Converter/MethodDeclaration", new
var task = client.PostAsJsonAsync<object>("http://objectivec2swift.net/api/Converter/ConvertCode", new
{
value = methodDeclaration,

Expand All @@ -51,6 +51,6 @@ private string ConvertMethodDeclaration(string methodDeclaration)

return methodDeclarationSwift;
}
}
}
}
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Binary file not shown.
Binary file not shown.

0 comments on commit 4f8ae5c

Please sign in to comment.