mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08: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>
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>