March 12, 2013
6:29 p.m.
On 12 March 2013 10:49, phil@highoctane.be <phil@highoctane.be> wrote:
Eliot's CogVM vs PharoVM on Mac application contents. Quite different.
And worth some explanations :-) Why is it that way?
There was a discussion about that in dev list, and decision was made. First thing, putting external modules in "Resources" is non-common for Apple apps. Most of them putting extras in same directory where executable is.. because those bundles are platform-specific. As for using dylibs instead of bundles.. if external module is just a single binary file (as in case with plugins), why bundling it? i would understand if it would contain a .h files, and some other resources, then it would make sense. -- Best regards, Igor Stasenko.