mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Adds initial use of App.framework in the macOS project configuration, using that rather than the main bundle as the default Dart bundle, and expecting flutter_resources to be located there. This is an incremental step toward aligning with the behvaior of the iOS version of this class. Fixes https://github.com/flutter/flutter/issues/38363