flutter/packages/flutter_tools/lib/src/base
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
..
build.dart Simplify iOS debug build (#17145) 2018-04-30 19:51:30 -07:00
common.dart Remove the diagnostic server from flutter_tools (#12771) 2017-10-30 15:53:04 -07:00
config.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
context.dart Make AppContext API not be prone to Future oddities (#16034) 2018-03-28 15:17:29 -07:00
file_system.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
flags.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
io.dart retry VMService connection; expect missing PRODUCT_BUNDLE_IDENTIFIER (#16770) 2018-04-19 18:29:49 -07:00
logger.dart Android license detector in doctor, take two (#14783) 2018-02-28 12:09:52 -08:00
net.dart Add catch for SocketException and tests for exception handling on fetchUrl. (#16569) 2018-04-16 14:02:07 -07:00
os.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
platform.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
port_scanner.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
process_manager.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
process.dart Add missing awaits (#15595) 2018-03-21 00:44:19 +01:00
terminal.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
utils.dart Make AppContext immutable and race-free (#15984) 2018-03-28 10:58:28 -07:00
version.dart IntelliJ and Flutter plugin version checks (#10454) 2017-06-02 15:23:36 -07:00