You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2018/02/26 05:39:37 UTC

[cordova-ios] branch revert-354-fix_pod_install_conflicts_pbxproj created (now 15246c9)

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

shazron pushed a change to branch revert-354-fix_pod_install_conflicts_pbxproj
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git.


      at 15246c9  Revert "exec purgeProjectFileCache when pod install (#354)"

This branch includes the following new commits:

     new 15246c9  Revert "exec purgeProjectFileCache when pod install (#354)"

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
shazron@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: Revert "exec purgeProjectFileCache when pod install (#354)"

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shazron pushed a commit to branch revert-354-fix_pod_install_conflicts_pbxproj
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git

commit 15246c9d627a633847a2e62dce14190ac443f390
Author: Shazron Abdullah <sh...@gmail.com>
AuthorDate: Mon Feb 26 13:39:35 2018 +0800

    Revert "exec purgeProjectFileCache when pod install (#354)"
    
    This reverts commit 01742bf27d731c70eaec3270c405e09882a313f2.
---
 bin/templates/scripts/cordova/Api.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/templates/scripts/cordova/Api.js b/bin/templates/scripts/cordova/Api.js
index 04da4a1..dd50d11 100644
--- a/bin/templates/scripts/cordova/Api.js
+++ b/bin/templates/scripts/cordova/Api.js
@@ -285,7 +285,6 @@ Api.prototype.addPlugin = function (plugin, installOptions) {
             if (podfileFile.isDirty()) {
                 podfileFile.write();
                 events.emit('verbose', 'Running `pod install` (to install plugins)');
-                projectFile.purgeProjectFileCache(self.locations.root);
 
                 return podfileFile.install(check_reqs.check_cocoapods);
             } else {

-- 
To stop receiving notification emails like this one, please contact
shazron@apache.org.

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