I’m making a Mac OS X application that runs on Snow Leopard and later. At the moment the builds are fat and include separate i386 and x86_64 builds.
Is there any real point in doing this, or should I change to just including the x86_64 build?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Early Intel Macs (from 2006) had Core Duo CPUs, which don’t have a 64-bit mode at all. If you turn off the i386 architecture, Macs with those CPUs will no longer be supported by your app.