mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
readme added for deploy
This commit is contained in:
18
Deploy/Readme.md
Normal file
18
Deploy/Readme.md
Normal 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>
|
||||
```
|
||||
Reference in New Issue
Block a user