Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
iOS only
Description
See CB-11233.
Note this feature needs both cordova@7 and cordova-ios@4.4.0 (next c-ios release)
Public:
https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#framework
Repo:
https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/plugin_ref/spec.md
<framework src="MyEmbeddedFramework.framework" custom="true" embed="true" />
embed=true must be paired with custom=true for the framework to be installed in the Embedded Binaries section of the Xcode project.
Frameworks in the Embedded Binaries section will not be statically linked to your project, but will be loaded dynamically. The frameworks will also be packaged in your app bundle under the "Frameworks" folder.
Attachments
Issue Links
- depends upon
-
CB-11233 Support installing frameworks into "Embedded Binaries" section of the Xcode project
- Closed
- links to