public abstract class AppleSdk extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AppleSdk.Builder |
Constructor and Description |
---|
AppleSdk() |
Modifier and Type | Method and Description |
---|---|
static AppleSdk.Builder |
builder() |
abstract ApplePlatform |
getApplePlatform()
The platform of the SDK.
|
abstract Set<String> |
getArchitectures()
The architectures supported by the SDK.
|
abstract String |
getName()
The full name of the SDK.
|
abstract com.google.common.collect.ImmutableList<AppleToolchain> |
getToolchains()
The toolchains used by the SDK.
|
abstract String |
getVersion()
The version number of the SDK.
|
AppleSdk |
withName(String name) |
AppleSdk |
withVersion(String version) |
public abstract String getName()
iphonesimulator8.0
.public abstract String getVersion()
8.0
.public abstract ApplePlatform getApplePlatform()
iphoneos
.public abstract Set<String> getArchitectures()
[i386, x86_64]
.public abstract com.google.common.collect.ImmutableList<AppleToolchain> getToolchains()
["com.apple.dt.toolchain.XcodeDefault"]
public static AppleSdk.Builder builder()