You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2017/11/02 21:04:16 UTC

[cordova-ios] 01/01: Debugging

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

dpogue pushed a commit to branch automatic-provisioning
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 5ddfd1df242495f57fbda4797dd703f3407b3eb6
Author: Darryl Pogue <dv...@gmail.com>
AuthorDate: Thu Nov 2 13:11:28 2017 -0700

    Debugging
    
    Minor update
---
 bin/templates/scripts/cordova/lib/build.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/templates/scripts/cordova/lib/build.js b/bin/templates/scripts/cordova/lib/build.js
index 5041270..ca55a2b 100644
--- a/bin/templates/scripts/cordova/lib/build.js
+++ b/bin/templates/scripts/cordova/lib/build.js
@@ -226,6 +226,7 @@ module.exports.run = function (buildOpts) {
 
             function packageArchive () {
                 var xcodearchiveArgs = getXcodeArchiveArgs(projectName, projectPath, buildOutputDir, exportOptionsPath, buildOpts.automaticProvisioning);
+                console.log("ยงยงยง " + xcodearchiveArgs.join(' '));
                 return spawn('xcodebuild', xcodearchiveArgs, projectPath);
             }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@cordova.apache.org" <co...@cordova.apache.org>.

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