If you think about it: for many people, the browser has pretty much become an OS, 'cause they are spending all their time in it.Web browsers almost have to be mini operating systems in their own right just to access it properly.
If you think about it: for many people, the browser has pretty much become an OS, 'cause they are spending all their time in it.Web browsers almost have to be mini operating systems in their own right just to access it properly.
If one builds just a universal installer that will install the correct binary where it belongs for the running system then target binaries are correct.
Were there ever any versions of Xcode which would have directly permitted a 4-way universal binary with PPC, PPC64, i386, and x86_64 all in one go?PPC support ended with lion yes. But say you compile helloworld.c with the CFLAGS “-arch ppc -arch ppc64 -arch i386 -arch x86_64” using an old Xcode. You can run that file on Catalina and should be able to on any arm Mac using Rosetta 2. PPC is not supported, but if a supported arch is in the binary it will run.
Were there ever any versions of Xcode which would have directly permitted a 4-way universal binary with PPC, PPC64, i386, and x86_64 all in one go?
This is so cool! ❤️I just found a real world example X Lossless Decoder is deploying as a universal binary linked against PPC/i386/x86_64/ARM.
It's amazing that they put so much work into keeping that going, it works on my PPC Mac Mini.
XLD has been my goto .flac converter for years - it converts other formats too and is wonderfully optimised.I just found a real world example X Lossless Decoder is deploying as a universal binary linked against PPC/i386/x86_64/ARM.
It's amazing that they put so much work into keeping that going, it works on my PPC Mac Mini.
Never knew this software existence until today. I always used xACT to convert my music files since iTunes doesn't like my FLAC collection.XLD has been my goto .flac converter for years - it converts other formats too and is wonderfully optimised.