• Chris Bracken's avatar
    Allow 32-bit iOS device simulators (#17443) · a7516785
    Chris Bracken authored
    Previously, Flutter did not support iOS devices with armv7 or armv7s
    CPUs. We now support these devices. This eliminates the previous
    hardcoded checks that prevented running on simulators of older devices.
    
    We maintain the existing restriction on running on watchOS or tvOS
    simulators.
    a7516785
simulators_test.dart 12.1 KB