This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.XComponent.
Summary
This method sets the path of XcRuntime that will be used by all other commands.
Syntax
public static void SetXcRuntimePath(this ICakeContext context, string xcRuntimePath)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
xcRuntimePath |
string |
The XcRuntime Path |
Return Value