Function tugger_apple::find_sdks_in_platform [−][src]
pub fn find_sdks_in_platform(platform_dir: &Path) -> Result<Vec<AppleSdk>>
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.