flutter/packages/flutter_tools/test/general.shard/macos
Loïc Sharma 882bcbb9aa
[Doctor] Improve CocoaPods messages (#146701)
This tweaks the Flutter doctor messages for CocoaPods.

This also switches the "unknown version" error to link to the update instructions instead of the installation instructions; the user has already installed CocoaPods in this scenario.

Example error before:

```
    ✗ CocoaPods not installed.
        CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions.
```

Example error after:

```
    ✗ CocoaPods not installed.
        CocoaPods is a package manager for iOS or macOS platform code.
        Without CocoaPods, plugins will not work on iOS or macOS.
        For more info, see https://flutter.dev/platform-plugins
      For installation instructions, see https://guides.cocoapods.org/using/getting-started.html#installation
```
2024-04-15 18:45:12 +00:00
..
application_package_test.dart Fix inconsistently suffixed macOS flavored bundle directory (#127997) 2023-06-14 23:43:17 +00:00
cocoapods_test.dart [macOS,iOS] CocoaPods recommended version: 1.13.0 (#135447) 2023-12-15 11:16:52 -08:00
cocoapods_validator_test.dart [Doctor] Improve CocoaPods messages (#146701) 2024-04-15 18:45:12 +00:00
macos_device_test.dart tool: use switch expressions (#125930) 2023-05-03 21:00:08 +00:00
macos_ipad_device_test.dart Show Mac Designed For iPad in 'flutter devices' (#141718) 2024-01-31 19:34:07 +00:00
macos_project_migration_test.dart Convert ProjectMigration and ProjectMigrator to be async (#146537) 2024-04-10 16:26:19 +00:00
macos_workflow_test.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
xcode_test.dart Increase the recommended Xcode version to Xcode 15 (#146367) 2024-04-08 16:56:06 +00:00
xcode_validator_test.dart Increase the recommended Xcode version to Xcode 15 (#146367) 2024-04-08 16:56:06 +00:00