flutter/packages/flutter_tools/bin
stuartmorgan 710a0cb9a5
Adjust macOS build flow (#32538)
- Removes SYMROOT from the Generated.xcconfig. Having it causes current
  versions of Xcode to switch the project's build output to "Legacy",
  which causes anything not overridden to use a project-relative build
  directory instead of a shared directory in DerivedData, breaking
  anything with subprojects that it depends on.
  This means that `flutter run` and builds from Xcode will use
  completely different build directories, but that each should be
  internally consistent.
- Moves the FlutterMacOS.framework to $SRCROOT/Flutter. This is
  consistent with the approach we're moving to for all desktop
  platforms, and avoids issues finding it now that SYMROOT doesn't match
  for the two different build modes.

Fixes #32494
2019-05-11 21:12:42 -04:00
..
flutter_tools.dart revert an older workaround for a pub/vm failure (#16749) 2018-04-19 13:11:42 -07:00
fuchsia_asset_builder.dart Make const available for classes that override AssetBundle (#31807) 2019-04-30 09:10:04 -07:00
fuchsia_attach.dart some formatting of map, parameters and spaces (#29760) 2019-03-23 00:02:21 +01:00
fuchsia_tester.dart make FlutterProject synchronous (#31757) 2019-04-29 08:21:32 -07:00
macos_build_flutter_assets.sh Adjust macOS build flow (#32538) 2019-05-11 21:12:42 -04:00
tool_backend.dart Teach Linux to use local engine (#31631) 2019-05-11 00:08:29 -07:00
tool_backend.sh Teach Linux to use local engine (#31631) 2019-05-11 00:08:29 -07:00
web_swap.dart Add commands to swap dart imports for local development (#31925) 2019-05-02 01:14:15 -07:00
xcode_backend.sh add ignorable track-widget-creation flag to build and remove --track-widget-creation from xcode backend aot build aot (#31399) 2019-04-22 16:21:17 -07:00