MacOS – Open application several times in OS X

applicationsmacos

I am developing OS X version of multi-platform application. In Windows I can start several instances of application by just opening exe file several times.

I noticed that in OS X when I open my app it appears on panel, and when I start it for the second time – nothing happens.

Can I configure my app (edit .app folder) so it can start several instances of same app? I mean without reconfiguring my Mac, so I can deliver configured app to users. Is it possible?

Best Answer

You may open a second instance of an application by entering in Terminal.app:

open -n /Path/To/Application.app

Some apps (e.g. iTunes.app) don't open an additional instance.