From 1661309d5965e2c9910efa1ff88b2322aca832ed Mon Sep 17 00:00:00 2001 From: Sergey Minakov Date: Wed, 5 Aug 2020 20:55:29 +0300 Subject: iOS Export: Add a method to embed a framework By default 'add_ios_framework' would not embed a framework to save previous behavior. New 'add_ios_embedded_framework' would embed framework on export. --- doc/classes/EditorExportPlugin.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index 8cfd3b63d6..6bcaabc39e 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -76,6 +76,18 @@ + Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project. + + + + + + + + + Adds a dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project and embeds it into resulting binary. + [b]Note:[/b] For static libraries (*.a) works in same way as [code]add_ios_framework[/code]. + This method should not be used for System libraries as they are already present on the device. -- cgit v1.2.3