mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
The current implementation of macOS flavor support (#119564) assumes a bundle directory that differs from both the iOS implementation and the official documentation. The [documentation](https://docs.flutter.dev/deployment/flavors) instructs developers to suffix their Xcode build configurations with `-<flavor>`, but the implementation assumes a space: |
||
|---|---|---|
| .. | ||
| application_package_test.dart | ||
| cocoapods_test.dart | ||
| cocoapods_validator_test.dart | ||
| macos_device_test.dart | ||
| macos_ipad_device_test.dart | ||
| macos_project_migration_test.dart | ||
| macos_workflow_test.dart | ||
| xcode_test.dart | ||
| xcode_validator_test.dart | ||