Github user shazron commented on the issue:

    https://github.com/apache/cordova-ios/pull/299
  
    Tested this with the master branch CLI that has this `cordova-common` 
change: https://github.com/apache/cordova-lib/pull/535
    
    This change above will only be in [email protected]
    
    If the platform does not have an `Embedded Frameworks` Copy Files Build 
Phase (Embedded Binaries), it creates one.
    
    Tested according to [this 
table](https://issues.apache.org/jira/browse/CB-11233?focusedCommentId=15948494&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15948494)
 -- which includes plugins containing `<framework src="MyFramework.framework" 
custom="true" embed="true" />` tags, and preserves existing behaviour.
    
    With `custom=true` and `embed=true`, the framework is added to the 
`Embedded Binaries` section, but not the `Linked Frameworks and Libraries` 
section (`link` value will always be the inverse of the `embed` value, link is 
not exposed as an attribute) and vice versa. Note however, if you add a 
framework manually in Xcode to `Embedded Binaries`, it adds them to both 
sections.
    
    ping @bhariharan
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to