public static final String | SDK_APPLEPLATFORM_PATH_PATH = "path" SDK identifier for the path of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PATH_PLATFORM_PATH = "platform.path" SDK identifier for the platform path of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_NAME = "name" SDK property identifier for the name of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PLATFORM_NAME = "platform.name" SDK property identifier for the platform name of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PLATFORM_VERSION = "platform.version" SDK property identifier for the platform version of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PRODUCT_BUILD_VERSION = "product.build.version" SDK property identifier for the product build version of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PRODUCT_COPYRIGHT = "product.copyright" SDK property identifier for the product copyright of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PRODUCT_NAME = "product.name" SDK property identifier for the product name of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PRODUCT_USER_VISIBLE_VERSION = "product.user.visible.version" SDK property identifier for the product user visible version of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_PRODUCT_VERSION = "product.version" SDK property identifier for the product version of the Apple platform SDK. |
public static final String | SDK_APPLEPLATFORM_PROPERTY_SDK_VERSION = "sdk.version" SDK property identifier for the version of the Apple platform SDK. |
public static final String | SDK_DEVELOPER_MAC_OS_PROPERTY_BUILD_VERSION = "build.version" SDK property identifier for the build version of macOS. |
public static final String | SDK_DEVELOPER_MAC_OS_PROPERTY_PRODUCT_NAME = "product.name" SDK property identifier for the product name of macOS. |
public static final String | SDK_DEVELOPER_MAC_OS_PROPERTY_PRODUCT_VERSION = "product.version" SDK property identifier for the product version of macOS. |
public static final String | SDK_NAME_DEVELOPER_MAC_OS = "DevMacOS" SDK name for the SDK representing the developer macOS information. |
public static final String | SDK_NAME_LIPO = "Lipo" SDK name for the lipo tool. |
public static final String | SDK_NAME_PLATFORM_APPLETVOS = "AppleTVOS" Apple platform SDK name for Apple TV. |
public static final String | SDK_NAME_PLATFORM_APPLETVSIMULATOR = "AppleTVSimulator" Apple platform SDK name for Apple TV simulator. |
public static final String | SDK_NAME_PLATFORM_IPHONEOS = "iPhoneOS" Apple platform SDK name for iPhone. |
public static final String | SDK_NAME_PLATFORM_IPHONESIMULATOR = "iPhoneSimulator" Apple platform SDK name for iPhone simulator. |
public static final String | SDK_NAME_PLATFORM_MACOS = "MacOS" Apple platform SDK name for macOS. |
public static final String | SDK_NAME_PLATFORM_WATCHOS = "WatchOS" Apple platform SDK name for watchOS. |
public static final String | SDK_NAME_PLATFORM_WATCHSIMULATOR = "WatchSimulator" Apple platform SDK name for watchOS simulator. |
public static final String | SDK_NAME_STRIP = "Strip" SDK name for the strip tool. |
public static final String | SDK_NAME_XCODE = "Xcode" SDK name for the Xcode SDK. |
public static final String | SDK path identifier for Xcode based executable SDKs that represents the path to the executable. |
public static final String | SDK_XCODE_PROPERTY_BUILD_VERSION = "build.version" SDK property identifier for the build version of Xcode. |
public static final String | SDK_XCODE_PROPERTY_VERSION = "version" SDK property identifier for the version of Xcode. |
public static final String | SDK_XCODE_PROPERTY_VERSION_DTXCODE = "version.dtxcode" SDK property identifier for the version of Xcode in the format that the DTXcode plist property
expects. |
public static final String | XCODE_EXECUTABLE_NAME_CLANG = "clang" Name of the clang executable that comes with Xcode. |
public static final String | XCODE_EXECUTABLE_NAME_CLANGXX = "clang++" Name of the clang++ executable that comes with Xcode. |
public static final String | XCODE_EXECUTABLE_NAME_DSYMUTIL = "dsymutil" Name of the dsymutil executable that comes with Xcode. |
public static final String | XCODE_EXECUTABLE_NAME_LIPO = "lipo" Name of the lipo executable that comes with Xcode. |
public static final String | XCODE_EXECUTABLE_NAME_STRIP = "strip" Name of the strip executable that comes with Xcode. |
public static SDKDescription | Gets the default SDKDescription for the Apple TV platform. |
public static SDKDescription | Gets the default SDKDescription for the Apple TV simulator platform. |
public static SDKDescription | Gets the default SDKDescription for the developer macOS. |
public static SDKDescription | Gets the default SDKDescription for the iPhone OS platform. |
public static SDKDescription | Gets the default SDKDescription for the iPhone simulator platform. |
public static SDKDescription | Gets the default SDKDescription for the macOS platform. |
public static SDKDescription | Gets the default SDKDescription for the watchOS platform. |
public static SDKDescription | Gets the default SDKDescription for the watchOS simulator platform. |
public static SDKDescription | Gets the default SDKDescription for Xcode. |
Path
property of the SDK
information displayed by xcodebuild -version -sdk
.
E.g.
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk
PlatformPath
property of
the SDK information displayed by xcodebuild -version -sdk
.
E.g. /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
xcodebuild -version -sdk
.
E.g. macosx10.12
E.g. macosx
PlatformVersion
property of the SDK information displayed by xcodebuild -version -sdk
.
E.g. 1.1
ProductBuildVersion
property of the SDK information displayed by
xcodebuild -version -sdk
.
E.g. 16C58
ProductCopyright
property of the SDK information displayed by xcodebuild -version -sdk
.
E.g. 1983-2016 Apple Inc.
ProductName
property of the SDK information displayed by xcodebuild -version -sdk
.
E.g. Mac OS X
ProductUserVisibleVersion
property of the SDK information displayed by
xcodebuild -version -sdk
.
E.g. 10.12.2
ProductVersion
property of the SDK information displayed by xcodebuild -version -sdk
.
E.g. 10.12.2
SDKVersion
property
of the SDK information displayed by xcodebuild -version -sdk
.
E.g. 10.12
BuildVersion
property of the
sw_vers
command output.
E.g. 15G22010
ProductName
property of the
sw_vers
command output.
E.g. Mac OS X
ProductVersion
property of the
sw_vers
command output.
E.g. 10.11.6
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
SDK constants in this class starting with SDK_APPLEPLATFORM_*
can be used with this SDK.
xcodebuild -version
command.
E.g. 8C1002
xcodebuild -version
command.
E.g. 8.2.1
DTXcode
plist property
expects.
E.g. 0821