summaryrefslogtreecommitdiff
path: root/view/macho/universalview.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
2026-01-22architecturePreference description updateJordan Wiens
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-03-06Move view modules into the API repoRusty Wagner