• stuartmorgan's avatar
    Implement macOS support in `flutter doctor` (#33277) · 81c38b22
    stuartmorgan authored
    Splits Xcode validation out of the iOS validator and into a stand-alone
    validator, and groups the CocoaPods validator with that top-level
    validator instead of the iOS validator. iOS now validates only the
    iOS-specific tools (e.g., ideviceinstaller).
    
    Reorganizes many of the associated clases so that those that are used by
    both macOS and iOS live in macos/ rather than ios/. Moves some
    validators to their own files as part of the restructuring.
    
    This is the macOS portion of #31368
    81c38b22
Name
Last commit
Last update
..
build_test.dart Loading commit data...
common_test.dart Loading commit data...
context_test.dart Loading commit data...
file_system_test.dart Loading commit data...
fingerprint_test.dart Loading commit data...
flags_test.dart Loading commit data...
io_test.dart Loading commit data...
logger_test.dart Loading commit data...
logs_test.dart Loading commit data...
net_test.dart Loading commit data...
os_test.dart Loading commit data...
os_utils_test.dart Loading commit data...
process_test.dart Loading commit data...
terminal_test.dart Loading commit data...