You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2013/10/17 16:26:36 UTC

[2/4] git commit: Update references to old ios parse method

Update references to old ios parse method


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/a32b7cf2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/a32b7cf2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/a32b7cf2

Branch: refs/heads/master
Commit: a32b7cf2b4b00cee89609e2df4316f8c44c0d45c
Parents: 718de94
Author: SomaticIT <co...@somatic.fr>
Authored: Thu Oct 17 08:06:01 2013 +0200
Committer: SomaticIT <co...@somatic.fr>
Committed: Thu Oct 17 08:06:01 2013 +0200

----------------------------------------------------------------------
 src/util/config-changes.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/a32b7cf2/src/util/config-changes.js
----------------------------------------------------------------------
diff --git a/src/util/config-changes.js b/src/util/config-changes.js
index 82a1aed..0239b61 100644
--- a/src/util/config-changes.js
+++ b/src/util/config-changes.js
@@ -193,7 +193,7 @@ module.exports = {
                 }
             }
             if (global_munge['framework'] && config_munge['framework']) {
-                pbxproj = ios_parser.parseIOSProjectFiles(project_dir);
+                pbxproj = ios_parser.parseProjectFile(project_dir);
             }
         }
 
@@ -310,7 +310,7 @@ module.exports = {
                 }
             }
             if (config_munge['framework']) {
-                pbxproj = ios_parser.parseIOSProjectFiles(project_dir);
+                pbxproj = ios_parser.parseProjectFile(project_dir);
             }
         }