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 returns the path of XcBridge specified by the user or search it in the tools directory.
Syntax
public static string GetXcBridgePath(this ICakeContext context, Platform platform = 0)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
platform |
Platform |
The platform used to launch the application |
Return Value
Type |
Description |
string |
The XcBridge path |