Andrey Tarantsov
Andrey Tarantsov

Reputation: 9073

Is it okay to build Mac App Store apps for 64 bit arch only?

I wonder if I should still support 32-bit architectures these days in my new apps. I only target Mac App Store.

Does Snow Leopard ever run 32-bit variants? (I guess yes, on older Core Duo CPUs that don't support 64 bit mode?)

Does Lion ever run 32-bit variants? (I guess no?)

The reason it's tempting to give up 32-bit arch is to use the new Objective-C runtime (which, for example, allows synthesized ivars).

UPDATE: published 64-bit only version. So far no reports about not being able to install it.

Upvotes: 5

Views: 798

Answers (2)

Jeffrey Kevin Pry
Jeffrey Kevin Pry

Reputation: 3296

At this point I would say it's alright. Mac OS X Lion can only be installed on 64-bit compatable computers.

Anything above an Intel Core Solo or Duo ( Core Solo and Core Duo are 32-bit Intel processors), is 64-bit compatable.

Hope this helps!

Upvotes: 2

Laurent Crivello
Laurent Crivello

Reputation: 3931

If you look the iLife-suite provided by Apple for example, these software are still running 32-bits. So this architecture is far from being dead.

Upvotes: 0

Related Questions