Members
- apple_host_system_env
- apple_toolchain
- dotted_version
- platform
- platform_type
- target_apple_env
- XcodeProperties
- XcodeVersionConfig
apple_host_system_env
Parameters
| Parameter | Description |
|---|---|
xcode_config | required A provider containing information about the Xcode configuration. |
apple_toolchain
dotted_version
Parameters
| Parameter | Description |
|---|---|
version | string; required The string representation of the DottedVersion. |
platform
ios_deviceios_simulatormacostvos_devicetvos_simulatorvisionos_devicevisionos_simulatorwatchos_devicewatchos_simulator
platform_type
iosmacostvosvisionoswatchos
target_apple_env
dict of environment variables that should be set for actions that build targets of the given Apple platform type. For example, this dictionary contains variables that denote the platform name and SDK version with which to build. The keys are variable names and the values are their corresponding values.
Parameters
| Parameter | Description |
|---|---|
xcode_config | required |
platform | required |
XcodeProperties
XcodeVersionProperties provider.
If a target propagates the XcodeVersionProperties provider, use this as the key with which to retrieve it. Example:
XcodeVersionConfig
XcodeVersionConfig provider.