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

[cordova-ios] 01/01: Revert "exec purgeProjectFileCache when pod install (#354)"

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