Tool voor het verwerken van Mach-O Universal Binaries. Meer informatie: https://keith.github.io/xcode-man-pages/lipo.1.html.
lipo {{pad/naar/binary_bestand.x86_64}} {{pad/naar/binary_bestand.arm64e}} -create -output {{pad/naar/binary_bestand}}
lipo {{pad/naar/binary_bestand}} -archs
lipo {{pad/naar/binary_bestand}} -detailed_info
lipo {{pad/naar/binary_bestand}} -thin {{arm64e}} -output {{pad/naar/binary_bestand.arm64e}}