In MacOS X, we now have universal binary to make program compatible with PPC and i386 architectures. But who’s still using PPC nowadays? To strip a UB into single-architecture binary to save hard disk space, issue:

$ lipo ubprogram -extract_family i386 -output singlearchprogram