From dbb0ad3b59e4d9150d41a0f5177069224cb2f837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 21 Aug 2020 02:33:44 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/EditorExportPlugin.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/classes/EditorExportPlugin.xml b/doc/classes/EditorExportPlugin.xml index 98fb04f7fbb..bf05b3fdf2d 100644 --- a/doc/classes/EditorExportPlugin.xml +++ b/doc/classes/EditorExportPlugin.xml @@ -70,15 +70,6 @@ - - - - - - - Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project. - - @@ -86,8 +77,17 @@ 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. + [b]Note:[/b] For static libraries (*.a) works in same way as [method add_ios_framework]. + This method should not be used for System libraries as they are already present on the device. + + + + + + + + + Adds a static library (*.a) or dynamic library (*.dylib, *.framework) to Linking Phase in iOS's Xcode project.