archify
archify copied to clipboard
Difference with my own script?
I'm currently using this script:
cd /path/to/application/bundle/
for i in ** ; lipo -extract arm64 $i -o $i.1 ; mv $i.1 $i ; end
It preserves the code signature but is very slow.