buildSupportsIOS top-level property

bool buildSupportsIOS

For now based on x-code presence.

Implementation

bool get buildSupportsIOS =>
    _supportsIOS ??= Platform.isMacOS && whichSync('xcode-select') != null;