SIGN IN SIGN UP

Restructure macOS project files (#33608)

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.
S
stuartmorgan committed
932200caead4a215d4795f6c043fd26f8f5ab227
Parent: 0b235eb
Committed by GitHub <noreply@github.com> on 5/30/2019, 8:43:31 PM