• stuartmorgan's avatar
    Restructure macOS project files (#33608) · 932200ca
    stuartmorgan authored
    Rather than macos/Flutter containing a mixture of files that should and
    shouldn't be checked in, create clear locations for:
    - Files that are "owned" by Flutter, but should be checked in
      (Flutter/). This will contain files like the top-level Flutter
      xcconfigs, generated plugin registrants, etc.
    - Files that are generated by Flutter on the fly, and should not be
      checked in (Flutter/ephemeral/). This will contain Flutter SDK caches,
      the generated xcconfig, etc.
    
    Also adds Flutter-owned Debug and Release xcconfig variants, in
    preparation for PodSpec tooling.
    932200ca
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
build.yaml Loading commit data...
pubspec.yaml Loading commit data...