Updated Readme files in the BCL project

This commit is contained in:
atanasovg
2014-05-13 15:16:46 +03:00
parent 3c8439654a
commit 088e645cdf
2 changed files with 35 additions and 7 deletions

View File

@ -1,6 +1,6 @@
You can specify output folder for Eclipse and xCode using Configuration.xml placed in respective folder. For example:
##Android
## Android
```xml
<?xml version="1.0" encoding="utf-8" ?>
@ -9,10 +9,18 @@
</JSFolder>
```
##xCode
## xCode
```xml
<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
<Path>Z:\TNSBridgeApp\TNSBridgeApp\TNSBridgeApp\tns_modules\</Path>
</JSFolder>
```
## UnitTestApp - Ready to run
```xml
<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
<Path>C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules</Path>
</JSFolder>
```