• Chris Bracken's avatar
    Build App.framework for all requested architectures (#17296) · feb16d8d
    Chris Bracken authored
    In debug mode iOS builds, we build a stub App.framework with no
    functionality, since the engine itself loads the code from the included
    bundle and subsequently via hot reload. This is simply done for
    consistency with profile/release AOT app structure.
    
    To satisfy the linker, ensure that we're building this code for all
    build architectures, not just CURRENT_ARCH.
    
    This is pre-work for supporting arbitrary iOS architectures (armv7,
    arm64, universal) in Flutter.
    feb16d8d
Name
Last commit
Last update
..
bin Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
schema Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...