Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 881
Andrey Tarantsov Avatar asked Nov 04 '22 17:11

Andrey Tarantsov


1 Answers

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!

like image 75
Jeffrey Kevin Pry Avatar answered Nov 15 '22 00:11

Jeffrey Kevin Pry