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
Gets the various SDK's installed and available on the machine
- Assembly
- Cake
.XCode .dll - Namespace
- Cake
.XCode - Containing Type
- XCodeAliases
Syntax
public static IEnumerable<XCodeSdk> XCodeSdks(this ICakeContext context)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
Return Value
Type | Description |
---|---|
IEnumerable |
The xcode sdks. |