Updated Branches:
  refs/heads/master a2a5b3f17 -> 72cbcdd40

Fix for config-file element parsing


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

Branch: refs/heads/master
Commit: 72cbcdd4016eb515686d52aec9df5c280002dafd
Parents: a2a5b3f
Author: Ian Clelland <[email protected]>
Authored: Wed Apr 24 12:21:17 2013 -0400
Committer: Ian Clelland <[email protected]>
Committed: Wed Apr 24 12:22:34 2013 -0400

----------------------------------------------------------------------
 src/platforms/ios.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/72cbcdd4/src/platforms/ios.js
----------------------------------------------------------------------
diff --git a/src/platforms/ios.js b/src/platforms/ios.js
index 9268fb1..9442c57 100644
--- a/src/platforms/ios.js
+++ b/src/platforms/ios.js
@@ -142,7 +142,7 @@ function handlePlugin(action, plugin_id, txs, project_dir, 
plugin_dir, variables
                     break;
                 case 'config-file':
                     // Only use config file appropriate for the current 
cordova-ios project
-                    if (mod.attribs['target'] == base_config_path) {
+                    if (mod.attrib['target'] == base_config_path) {
                         // edit configuration files
                         var xmlDoc = 
xml_helpers.parseElementtreeSync(config_file),
                             pListOnly = plistEle;

Reply via email to