Tool voor het verwerken van Mach-O Universal Binaries. Meer informatie: https://ss64.com/osx/lipo.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}}