summaryrefslogtreecommitdiff
path: root/view/macho/universaltransform.cpp
AgeCommit message (Collapse)Author
2026-03-16Refactor where architecture selection is performed for universal binariesMark Rowe
Responsibility for selecting an architecture is moved out of `UniversalTransform` and into a new `ContainerOpenRequest` class. `UniversalTransform` still handles architecture selection in headless operation (for now).
2026-02-17Handle Universal binaries through container transform system.Brian Potchik