Function tugger_apple::find_command_line_tools_sdks[][src]

pub fn find_command_line_tools_sdks() -> Result<Option<Vec<AppleSdk>>>

Locate SDKs installed as part of the Xcode Command Line Tools.

This is a convenience method for looking for SDKs in the SDKs directory under the default install path for the Xcode Command Line Tools.

Returns Ok(None) if the Xcode Command Line Tools are not present in this directory or doesn’t have an SDKs directory.