This document shows how to emulate Cordova apps for Mac.

1 Add OS X platform

For add the OS X emulator go to your project root folder and execute this line:

Copy
$ cordova platform add osx

2 Execution

Execute this comand to start the browser emulator:

Copy
$ cordova run osx