Were there separate files for Intel and PPC? If not, it contains both versions... Universal Binary...
Here's the scrnshot.
No offense, but are you going by just this one case?
So it has the Universal Binaries.. is that for Intel and PPC versions?
No, I've seen it other places.. just using this as an example.
So it has the Universal Binaries.. is that for Intel and PPC versions?
No offense, but are you going by just this one case?
i wish they provide separate ppc and intel versions, since apparently they make them separately(double size), whats the point waste my time and bandwidth and disk space (300MB+!!!), lol
i wish they provide separate ppc and intel versions, since apparently they make them separately(double size), whats the point waste my time and bandwidth and disk space (300MB+!!!), lol
are there any programs that'll strip the unnecessary binaries, leaving a svelte .app?
are there any programs that'll strip the unnecessary binaries, leaving a svelte .app?
If you don't want your apps to have both versions of the code, you can use an application like Xslimmer to remove the non-native code (PPC-based Macs will remove Intel code, and Intel-based Macs will remove PPC code).
This is the download for PS CS2.![]()
are there any programs that'll strip the unnecessary binaries, leaving a svelte .app?
For example, downloading the CS3 trial..
The .exe version for Winblows is ~300MB
The .dmg version for OS X is ~700MB
Why's this?![]()
A fat binary actually contains 4 binaries:
PPC 32
PPC 64
Intel 32
Intel 64
If it was just 2 i could see it being about 100mb bigger but not exactly twice the size (images and such are not specific to arch)
Only an application with no resources would be twice the size. It's only the code that gets larger. All the window definitions, icons etc are only in the package once. They normally take up more space than all the code put together. Stripping either PPC or Intel might well only make the app 10% smaller...
fx is 17.6mb for mac, 5.7 for windows (7z compressed release version, normal zip version is 8.5mb),Firefox was about 10MB when it was PPC only AFAIR (to Window's 4-5MB), the problem with non Universal binaries is that they are confusing to normal people, though they could do both, the problem is that people would choose the non universal if they weren't sure (as it's smaller) and everything would go horribly wrong.
It could do but that would be exceptionally rare. Almost all UBs out there are 32 bit only.
Relatedly, I thought that versions of OS X up to and including Tiger did not generally allow Aqua / windowed programs to execute in 64 bits... although I'm not suprah clear on how an Aqua program is prevented and a terminal program is not....