flutter/packages/flutter_tools/lib/src/build_system
Chris Bracken a618ca27a7
[macOS] Enable universal binary builds by default (#100271)
This changes the default build architectures for Flutter macOS apps to
x86_64 and arm64. Previously, we manually excluded arm64 builds via the
EXCLUDE_ARCHS Xcode setting in Flutter's generated xcconfig file. This
eliminates setting EXCLUDE_ARCHS during the build and updates the
default architectures in the tool and in the macos_assemble.sh wrapper.

Issue: https://github.com/flutter/flutter/issues/97681
Umbrella issue: https://github.com/flutter/flutter/issues/60113
2022-03-17 12:28:39 -07:00
..
targets [macOS] Enable universal binary builds by default (#100271) 2022-03-17 12:28:39 -07:00
build_system.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
depfile.dart Correct misspellings throughout the codebase (#79500) 2021-04-01 10:04:03 -07:00
exceptions.dart Migrate build_system, exceptions, and source to null safety (#83147) 2021-05-24 10:29:04 -07:00
file_store.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00
hash.dart Migrate flutter_tool tool helper files to null safety (#78845) 2021-03-23 10:02:59 -07:00
source.dart Migrate build_system, exceptions, and source to null safety (#83147) 2021-05-24 10:29:04 -07:00