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:15 UTC

[cordova-ios] branch automatic-provisioning created (now 5ddfd1d)

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

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


      at 5ddfd1d  Debugging

This branch includes the following new commits:

     new 5ddfd1d  Debugging

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
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


[cordova-ios] 01/01: Debugging

Posted by dp...@apache.org.
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