CB-11233 - Support installing frameworks into 'Embedded Binaries' section of 
the Xcode project

 This closes #535


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

Branch: refs/heads/common-2.0.x
Commit: 465185b88d015341d766b7921e18f8d37feef225
Parents: 4c99c0d
Author: Shazron Abdullah <shaz...@gmail.com>
Authored: Fri Mar 31 11:59:10 2017 -0700
Committer: Shazron Abdullah <shaz...@gmail.com>
Committed: Fri Mar 31 16:52:05 2017 -0700

----------------------------------------------------------------------
 cordova-common/src/PluginInfo/PluginInfo.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/465185b8/cordova-common/src/PluginInfo/PluginInfo.js
----------------------------------------------------------------------
diff --git a/cordova-common/src/PluginInfo/PluginInfo.js 
b/cordova-common/src/PluginInfo/PluginInfo.js
index 09bd8de..4817470 100644
--- a/cordova-common/src/PluginInfo/PluginInfo.js
+++ b/cordova-common/src/PluginInfo/PluginInfo.js
@@ -319,6 +319,7 @@ function PluginInfo(dirname) {
                 type: el.attrib.type,
                 parent: el.attrib.parent,
                 custom: isStrTrue(el.attrib.custom),
+                embed: isStrTrue(el.attrib.embed),
                 src: el.attrib.src,
                 spec: el.attrib.spec,
                 weak: isStrTrue(el.attrib.weak),


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

Reply via email to