• Chris Bracken's avatar
    Build single-architecture for local iOS engines (#17919) · 7587f54b
    Chris Bracken authored
    When running with --local-engine, build single-architecture apps, rather
    than what's declared in the Xcode project.
    
    By default, Flutter creates Xcode projects that generate universal
    binaries supporting both armv7 and arm64 processors. Since local engine builds
    are all single-architecture, override the Xcode project's ARCHS setting
    with the appropriate value for the specific engine.
    
    NOTE: this assumes engine paths consistent with those used in the engine
    repo: 32-bit iOS engine builds end in _arm, 64-bit builds do not.
    7587f54b
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...