pub fn find_sdks_in_platform(platform_dir: &Path) -> Result<Vec<AppleSdk>>
Expand description

Finds SDKs in a platform directory.

This function is a simple wrapper around find_sdks_in_directory() looking under the Developer/SDKs directory, which is the path under platform directories containing SDKs.