Module apple

Source

Functionsยง

add_data_and_relocation ๐Ÿ”’
Add relocation and section data needed for a symbol to be considered undefined by ld64.
add_version_to_llvm_target ๐Ÿ”’
deployment_target
Get the deployment target based on the standard environment variables, or fall back to the minimum version supported by rustc.
deployment_target_env_var
Name of the environment variable used to fetch the deployment target on the given OS.
get_sdk_root ๐Ÿ”’
macho_platform ๐Ÿ”’
minimum_deployment_target ๐Ÿ”’
The deployment target for the given target.
os_minimum_deployment_target ๐Ÿ”’
Minimum operating system versions currently supported by rustc.
parse_version ๐Ÿ”’
Parse an OS version triple (SDK version or deployment target).
pretty_version
sdk_name ๐Ÿ”’
The canonical name of the desired SDK for a given target.
stdout_to_path ๐Ÿ”’
xcode_select_developer_dir ๐Ÿ”’
Invoke xcode-select --print-path, and return the current developer directory.
xcrun_show_sdk_path ๐Ÿ”’
Invoke xcrun --sdk $sdk_name --show-sdk-path to get the SDK path.

Type Aliasesยง

OSVersion ๐Ÿ”’
Deployment target or SDK version.