flutter/packages/flutter_tools/bin
Chris Bracken 68a1e2f7aa
Simplify iOS debug build (#17145)
iOS debug builds always run in interpreted mode whether on device or on
simulator. In both cases, we can skip snapshotting and link against an
empty App.framework. Previously, we did this for iOS simulator builds.
This does the same for device builds.

Previously, debug iOS builds used gen_snapshot to generate a core
snapshot, then used 'xxd' to generate C files containing the snapshot
data in buffers named kDartVmSnapshotData and kDartIsolateSnapshotData,
which are then compiled/linked into App.framework. This is unnecessary
since the VM compiled into Flutter.framework already contains this data.
2018-04-30 19:51:30 -07: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 Cleanup FLX related code (#16416) 2018-04-12 10:12:26 +02:00
fuchsia_tester.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
xcode_backend.sh Simplify iOS debug build (#17145) 2018-04-30 19:51:30 -07:00