mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
Updated Readme files in the BCL project
This commit is contained in:
@ -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>
|
||||
```
|
Reference in New Issue
Block a user