Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Right now, this:
<framework src="Foo.framework" custom="true" />
.. 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)
Attachments
Issue Links
- is a parent of
-
CB-13533 Embedded binaries not correctly added to Xcode project
- Closed
- is depended upon by
-
CB-12655 Add docs for embed attribute of <framework> tag
- Closed
- is duplicated by
-
CB-12290 Custom iOS Framework Not Added to 'Embedded Binaries' Section in Xcode
- Closed
- is related to
-
CB-10034 Plugins iOS Custom Frameworks are added to "Embedded Binaries" XCode project section by default
- Open
- links to