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

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.