readme added for deploy

This commit is contained in:
Vladimir Enchev
2014-05-13 09:58:43 +03:00
parent 7f1ec4a4d2
commit 862282d746

18
Deploy/Readme.md Normal file
View File

@@ -0,0 +1,18 @@
You can specify output folder for Eclipse and xCode using Configuration.xml placed in respective folder. For example:
##Android
```xml
<?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
<?xml version="1.0" encoding="utf-8" ?>
<JSFolder>
<Path>Z:\TNSBridgeApp\TNSBridgeApp\TNSBridgeApp\tns_modules\</Path>
</JSFolder>
```