I am aware about an application that is able to remove unneeded architectures from Universal binaries - XSlimmer.
Still, I am looking for a free solution for this because I am not willing to pay for this kind of service.
I am aware about an application that is able to remove unneeded architectures from Universal binaries - XSlimmer.
Still, I am looking for a free solution for this because I am not willing to pay for this kind of service.
All tools to manipulate architectures in binaries are covers over lipo the command line tool that Apple supplies as part of the Developer tools
lipo -info filenamehere
will list the architectures an app includes, in case you're uncertain.
– Matthew Frederick
May 29 '11 at 10:04
/Applications/
. Also it should have a blacklist, I'm sure there will be applications that will fail to work if you play with them.
– sorin
May 29 '11 at 11:21