Crate xcrun

Source

Enums§

SDK
Represents the --sdk argument for xcrun. A None argument will select the default version. Example usages: SDK::iPhoneOS(None), SDK::macOS(Some("10.15"))

Functions§

find_sdk
Find the path for the specified SDK, using xcrun.
find_sdk_platform
Find the platform path for the specified SDK, using xcrun.
find_tool
Find the platform path for the specified SDK, using xcrun.