Files
NativeScript/Deploy
2014-05-13 09:58:43 +03:00
..
2014-05-13 09:58:43 +03:00

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>