XCodeAliases Class

Summary

XCode aliases.
Assembly
Cake.XCode.dll
Namespace
Cake.XCode
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["XCodeAliases"] class Type type-node

Syntax

public static class XCodeAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
XCodeBuild(ICakeContext, XCodeBuildSettings) void
Runs xcodebuild with the given settings.
static
XCodeSdks(ICakeContext, XCodeSettings) IEnumerable<XCodeSdk>
Gets the various SDK's installed and available on the machine
static
XCodeSdks(ICakeContext) IEnumerable<XCodeSdk>
Gets the various SDK's installed and available on the machine
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin