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.XCode.
Summary
Runs xcodebuild with the given settings.
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.XCode - Containing Type
- XCodeAliases
Syntax
public static void XCodeBuild(this ICakeContext context, XCodeBuildSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
settings | XCodeBuildSettings | The settings. |
Return Value
Type | Description |
---|---|
void |