On 21/05/14 12:35 PM, Justin Dolske wrote:
>> As a consequence:
>> * New Mozilla based app. are not accepted anymore in OSX app. store
>> * Apple moving pretty fast forward, Mozilla code might be unable to run
>> on future OSX major release.
> 
> The first isn't a significant concern, since Firefox isn't in the OSX
> App Store. But something not working in a future OS X release is.

Apple doesn't remove deprecated APIs unless they change the
architecture, ie a different ABI.

For example all the previous round of deprecated API in 10.6 got removed
*only* for x86_64 - marked is unavailable in 64bits. They are still
present in i386 (32bits)

So the only risk is that the next iteration of the ABI will make the
code not buildable for it.

We are still pretty much on the safe side for the ABI (architectures) we
support: i386 and x86_64 on MacOS X.

Hub
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to