Since Mac virtualization is technically illegal on anything but a Mac computer, is it possible to use one of the Darwin distros as a platform to test applications meant for Mac OSX?

From the little I've read, it seems *Darwin and MacOSX have a very tight relationship, but I haven't really found any information on the internet about using Darwin for MacOSX development -- So I'm a little skeptical if it is even possible.

Has anyone tried it?

link|improve this question
What is your motivation here? Do you want to save money on apple hardware? – blissapp May 28 '10 at 23:11
Pretty much. I don't have the funds to invest in a Mac desktop computer. I might, in the future, but since I only need a test environment for open source development, the financial incentive is just not there. – Robert Vella May 29 '10 at 11:57
Something being against the EULA is not the same as illegal. – Coxy May 31 '10 at 8:39
feedback

1 Answer

up vote 3 down vote accepted

Darwin does not have Aqua or any of the Core technologies, so only pure POSIX apps can be tested.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.