• 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
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...