Function tugger_apple::find_developer_sdks[][src]

pub fn find_developer_sdks(developer_dir: &Path) -> Result<Vec<AppleSdk>>

Locate SDKs given the path to a developer directory.

This is effectively a convenience method for calling find_developer_platforms() + find_sdks_in_platform() and chaining the results.