How can I run a single Mac app inside a virtual machine without installing Mac OS X?
|
You can't. You simply cannot run just a Mac app in a VM without installing OS X. Installing OS X in a VM is also against the Mac OS X Software License Agreement where it is stated:
Which rules out VMs. You could of course try to find a cross-platform alternative and use that. |
||||
|
You almost certainly need the operating system installed for your application to work. It has to make at least some kind of system calls to do even the most basic I/O, let alone all the layers of frameworks and system services required to make a GUI app function. |
|||
|
|
|
No. However, you might want to look into OS X's support for application sandboxing: |
|||
|
|