Moscrif Emulation in MacOS
To be able to run Moscrif project into command prompt you have to know location of the Moscrif emulator, location of your workspace and of course name of the Moscrif project.
Moscrif emulator switches are in table bellow.
-f |
name of project’s *.app file |
-d |
location of workspace location |
-o |
name of output file (console) |
Full command to execute Moscrif emulator should has formula as in example :
/Contents/MacOS/Moscrif -d -f
If Moscrif SDK is installed in MacOS in the standard way into predefined directory you should run moscrif emulator via command:
/Applications/MoscrifIDE.app/Contents/Resources/Moscrif.app/Contents/MacOS/Moscrif -d ~/Work/moscrif-samples/ -f DemoBreakout.app

|