From 088e645cdf9f4de15e8f85c61e75a3427eb9ccf9 Mon Sep 17 00:00:00 2001 From: atanasovg Date: Tue, 13 May 2014 15:16:46 +0300 Subject: [PATCH] Updated Readme files in the BCL project --- Deploy/Readme.md | 12 ++++++++++-- Readme.md | 30 +++++++++++++++++++++++++----- 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/Deploy/Readme.md b/Deploy/Readme.md index 7ae56d7aa..06edf8ea9 100644 --- a/Deploy/Readme.md +++ b/Deploy/Readme.md @@ -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 @@ -9,10 +9,18 @@ ``` -##xCode +## xCode ```xml Z:\TNSBridgeApp\TNSBridgeApp\TNSBridgeApp\tns_modules\ +``` + +## UnitTestApp - Ready to run +```xml + + + C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules + ``` \ No newline at end of file diff --git a/Readme.md b/Readme.md index 2e3964319..359dc89a7 100644 --- a/Readme.md +++ b/Readme.md @@ -18,20 +18,40 @@ There are four different configurations of the project: 1. Android
This configuration will create a `bin/Android` folder and output all the Android-related files there. -2. iOS
+2. Android_Deploy
+ Same as the Android configuration plus the generated javascript is copied to the tns_modules folder in the targeted Eclipse project. + The path to the project is taken from the `BCL/Deploy/Eclipse/Configuration.xml` file. The expected XML structure is: + ```xml + + + C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules + + ``` +3. Android_Tests
+ Same as Android_Deploy plus the Tests folder in the BCL is copied to the output directory. + +4. iOS
This configuration will create a `bin/iOS` folder and output all the iOS-related files there. -3. Android_Deploy
- [Still working on] -4. iOS_Deploy
+5. iOS_Deploy
Same as the iOS configuration plus the generated javascript is copied to the JS folder in the testing xCode project. The path to the project is taken from the `BCL/Deploy/xCode/Configuration.xml` file. The expected XML structure is: - ``` + ```xml Z:\Kimera\JDBridgeApp\JDBridgeApp\js ``` In order to use this path you will need to map a shared MAC's folder and access it from your PC. +6. iOS_Tests
+ Same as iOS_Deploy plus the Tests folder in the BCL is copied to the output directory. + +### UnitTestApp - Ready to run +```xml + + + C:\Work\Git\xPlatCore\Applications\Android\UnitTestApp\assets\tns_modules + +``` ### Useful links