You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/02/12 07:49:32 UTC

[2/4] cordova-medic git commit: [INFRA-8588] Addressing CR comments.

[INFRA-8588] Addressing CR comments.


Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/8b979556
Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/8b979556
Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/8b979556

Branch: refs/heads/master
Commit: 8b979556dc138c6c28aa94d332061bcb8f97bcd3
Parents: fa95208
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Tue Feb 10 14:44:38 2015 -0800
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Tue Feb 10 14:44:38 2015 -0800

----------------------------------------------------------------------
 src/build/makers/ios.js | 2 +-
 updateconfig.js         | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/8b979556/src/build/makers/ios.js
----------------------------------------------------------------------
diff --git a/src/build/makers/ios.js b/src/build/makers/ios.js
index 09d4f74..2921743 100644
--- a/src/build/makers/ios.js
+++ b/src/build/makers/ios.js
@@ -37,7 +37,7 @@ module.exports = function(output,lib_location,test_dir, sha, devices, entry_poin
     log('Compiling.');
     log(output);
 
-    var mobileSpecDir = path.join(output, '../', '../');
+    var mobileSpecDir = path.join(output, '..', '..');
     log(mobileSpecDir);
 
     var buildCommand = 'cd ' + mobileSpecDir + ' && ./cordova build';

http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/8b979556/updateconfig.js
----------------------------------------------------------------------
diff --git a/updateconfig.js b/updateconfig.js
index a15a104..f575903 100644
--- a/updateconfig.js
+++ b/updateconfig.js
@@ -9,12 +9,6 @@ var fs   = require('fs'),
 var entry_point = config.app.entry,
     couch_host = config.couchdb.host;
 
-// WORKAROUND:
-//            on iOS, the entry point is unique; hard-code it explicitly for now
-if (os.platform == 'darwin') {
-    entry_point = 'cdvtests/index.html';
-}
-
 var configFile = path.join('mobilespec', 'config.xml');
 if (!fs.existsSync(configFile)){
     console.log('Config.xml file doesn\'t exists');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org