You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/24 11:47:05 UTC

[cordova-mobile-spec] 08/09: TODO

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-improve_script
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit cbf8901101f73a4660a4ced444dd4af0b4761721
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Nov 24 00:51:18 2018 +0100

    TODO
---
 createmobilespec/createmobilespec.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 2d83383..94a7f72 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -520,6 +520,7 @@ if (argv.plugman) {
         console.log("platformArg: " + cli + " " + platformArg);
         var linkPlatformsFlag = (argv.link || argv.linkplatforms) ? ' --link' : '';
         executeShellCommand(cli + ' platform add "' + platformArg + '" --verbose' + linkPlatformsFlag);
+        // TODO
         if (platform == 'android') {
             shelljs.cp(path.join(__dirname, 'helper_files', 'android-debug-key.properties'), path.join('platforms', 'android'));
             shelljs.cp(path.join(__dirname, 'helper_files', 'android-debug-key.p12'), path.join('platforms', 'android'));


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