EditorExportPlugin.addIosEmbeddedFramework

Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project and embeds it into resulting binary. Note: For static libraries (*.a) works in same way as addIosFramework. This method should not be used for System libraries as they are already present on the device.

struct EditorExportPlugin
@nogc nothrow
void
addIosEmbeddedFramework
(
in String path
)

Meta