From 862282d7466899ed487a76cf69abbe7de9a64943 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Tue, 13 May 2014 09:58:43 +0300 Subject: [PATCH] readme added for deploy --- Deploy/Readme.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Deploy/Readme.md diff --git a/Deploy/Readme.md b/Deploy/Readme.md new file mode 100644 index 000000000..7ae56d7aa --- /dev/null +++ b/Deploy/Readme.md @@ -0,0 +1,18 @@ +You can specify output folder for Eclipse and xCode using Configuration.xml placed in respective folder. For example: + +##Android + +```xml + + + C:\Users\enchev\Documents\GitHub\Kimera\android\Playground\Kimera.Skeleton\assets\tns_modules + +``` + +##xCode +```xml + + + Z:\TNSBridgeApp\TNSBridgeApp\TNSBridgeApp\tns_modules\ + +``` \ No newline at end of file