Files

You can specify output folder for Eclipse and xCode using Configuration.xml placed in respective folder. For example:

Android

<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
  <Path>C:\Users\enchev\Documents\GitHub\Kimera\android\Playground\Kimera.Skeleton\assets\tns_modules</Path>
</JSFolder> 

xCode

<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
  <Path>Z:\TNSBridgeApp\TNSBridgeApp\TNSBridgeApp\tns_modules\</Path>
</JSFolder> 

UnitTestApp - Ready to run

<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
  <Path>C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules</Path>
</JSFolder>