[
https://issues.apache.org/jira/browse/CB-11233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16237276#comment-16237276
]
ASF GitHub Bot commented on CB-11233:
-------------------------------------
shazron commented on issue #299: CB-11233 - Support installing frameworks into
"Embedded Binaries" section of the Xcode project
URL: https://github.com/apache/cordova-ios/pull/299#issuecomment-341645349
Hi @craigrouse please file an issue on issues.cordova.io so this can be
tracked by the right devs if still valid after this discussion. I have less
time to devote to Cordova at the moment (although I do assist from time to
time), the new maintainer can investigate, if it is in JIRA.
From what I recall, it is expected behaviour from my investigation, and I
explicitly did this:
https://github.com/apache/cordova-ios/blob/aaf229b0370ff315b571ea8b7c4648c315fb322d/bin/templates/scripts/cordova/lib/plugman/pluginHandlers.js#L88
Reasoning is in https://issues.apache.org/jira/browse/CB-11233
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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: cordova-lib
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Priority: Major
> Labels: cordova-7.0.0
> Fix For: [email protected], [email protected]
>
>
> 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.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]