[ 
https://issues.apache.org/jira/browse/CB-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15941369#comment-15941369
 ] 

Shazron Abdullah edited comment on CB-11233 at 3/25/17 12:16 AM:
-----------------------------------------------------------------

Notes:
The lines where the frameworks are added are here: 
https://github.com/apache/cordova-ios/blob/7ec3bdb463a5fd806d9d370b294a96f35e361179/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js#L92-L95

https://github.com/apache/cordova-ios/blob/92a62997adb3c8512328d5a0ae42fe5d156291f1/bin/templates/scripts/cordova/lib/projectFile.js#L109

https://github.com/alunny/node-xcode/blob/078625f16c102372965cc5a4f6a8f7a5145d36aa/lib/pbxProject.js#L300



was (Author: shazron):
Notes:
The lines where the frameworks are added are here: 
https://github.com/apache/cordova-ios/blob/7ec3bdb463a5fd806d9d370b294a96f35e361179/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js#L92-L95


> Support installing frameworks into "Embedded Binaries" section of the Xcode 
> project
> -----------------------------------------------------------------------------------
>
>                 Key: CB-11233
>                 URL: https://issues.apache.org/jira/browse/CB-11233
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: CordovaLib
>            Reporter: Shazron Abdullah
>
> Right now, this:
> {code}
> <framework src="Foo.framework" custom="true" />
> {code}
> .. links the framework statically into the program.
> There needs to be a similar directive that will install the framework into 
> the "Embedded Binaries" section of the Xcode project. Frameworks that are 
> installed in the "Embedded Binaries" section are dynamically loaded when 
> needed by your iOS program.
> Two ways this can be done:
> 1. Overload the "custom" attribute (icky but we won't have to introduce a new 
> attribute) to be a string, and the new value would be "dynamic"
> 2. Have a new "dynamic" attribute (boolean)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to