• Chris Bracken's avatar
    Build App.framework for all requested architectures (#17296) (#17317) · 5834f417
    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.
    
    This re-lands feb16d8d, which was reverted due to a flaky test.
    5834f417
Name
Last commit
Last update
.github/ISSUE_TEMPLATE Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.coveralls.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...