buildSupportsIOS top-level property
bool
get
buildSupportsIOS
For now based on x-code presence.
Implementation
bool get buildSupportsIOS =>
_supportsIOS ??= Platform.isMacOS && whichSync('xcode-select') != null;