Top "Universal-binary" questions

A universal binary is an executable file or application bundle that runs natively on either PowerPC or Intel-manufactured IA-32 or Intel 64-based Macintosh computers

How do I determine the target architecture of static library (.a) on Mac OS X?

I'm interested in verifying if a given iPhone static library has been built for ARM or Intel. It's more curiosity …

iphone macos linker bsd universal-binary
How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4?

Since Apple only ships SDK 10.6 with Xcode4, developing PPC applications with Xcode4 became impossible. While it is possible to develop …

xcode xcode4 universal-binary osx-leopard powerpc
How do i compile a static library (fat) for armv6, armv7 and i386

I know this question has been posed several times, but my goal is slightly different with regard to what I …

iphone xcode static-libraries universal-binary fat-binaries
Use @2x retina images for ipad in universal app? and does apple prefer native apps?

I know there were some discussions about this but i could not find good answer? My questions are - I …

iphone ipad universal-binary
iOS: Universal App - Release as iPhone only

A customer is interested in releasing a universal app. However, the first release will contain only the iPhone version, the …

iphone ios ipad universal-binary build-settings
Converting iPhone app to a Universal app in Xcode 4

I am trying to upgrade my existing iPhone app project to an Universal app but I can not find any …

objective-c ios xcode4 universal-binary
iOS Development: How can I prevent an iPad from running a universal app in iPad mode?

I'm diving into iOS development and I created a universal app that turned into an iPhone-only app. When it runs …

iphone ipad ios universal-binary
One XCode project, two target, two apps (iPhone/iPad) not universal app

We have an XCode project that was first build as an universal app, and then on the road we changed …

iphone xcode ipad universal-binary
Building/Testing a Universal iPhone/iPad application

I have a project configured (I think) to produce Universal binaries. The base SDK is set to 3.2 and the Deployment …

iphone ipad universal-binary