BITCODE_STRIP(1) | General Commands Manual | BITCODE_STRIP(1) |
bitcode_strip - remove or leave the bitcode segment in a Mach-O file
bitcode_strip input [ -r | -m | -l ] [ -v ] [ -keep_cs ] -o output
bitcode_strip strips Mach-O files and Universal files containing LLVM bitcode, either by removing the bitcode or by removing the native executable code. If the Mach-O file or architecture in an Universal file does not have a bitcode segment it is left essentially unchanged. By default bitcode_strip will remove the code signature load commands from the output file as the code signature is no longer valid.
codesign(1), otool(1).
June 23, 2020 | Apple, Inc. |