flutter/packages/flutter_tools/lib/src/ios
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
..
cocoapods.dart Revert "Flutter tools recommend using Cocoapods 1.5.0 (#16971)" (#17110) 2018-04-30 11:45:58 +02:00
code_signing.dart Let iOS auto-signing tool handle Googler scenario (#16010) 2018-03-28 18:58:06 -07:00
devices.dart apply upcomming lint avoid_renaming_method_parameters (#15526) 2018-03-20 12:53:41 +01:00
ios_workflow.dart Revert "Flutter tools recommend using Cocoapods 1.5.0 (#16971)" (#17110) 2018-04-30 11:45:58 +02:00
mac.dart Simplify iOS debug build (#17145) 2018-04-30 19:51:30 -07:00
plist_utils.dart enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
simulators.dart On simulators, don't pass file paths to the engine that done exist. (#16756) 2018-04-19 12:42:56 -07:00
xcodeproj.dart Fix error with 'flutter packages get' in package projects (#16861) 2018-04-22 18:03:46 -07:00