This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 80b4de5942 iOS: Added docs for new framework link attribute. (#1267)
80b4de5942 is described below
commit 80b4de5942bd0c22c77a45e6da07113526632f74
Author: TylerBreau <[email protected]>
AuthorDate: Mon Apr 24 18:33:06 2023 -0300
iOS: Added docs for new framework link attribute. (#1267)
---
www/docs/en/dev/plugin_ref/spec.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/docs/en/dev/plugin_ref/spec.md
b/www/docs/en/dev/plugin_ref/spec.md
index 15a5397647..cbfc0a855d 100644
--- a/www/docs/en/dev/plugin_ref/spec.md
+++ b/www/docs/en/dev/plugin_ref/spec.md
@@ -533,6 +533,7 @@ target-dir(string) <br/> ==windows== | Indicates a
subdirectory into which the f
implementation(string) <br/> ==windows== | Sets the relative path to `.dll`
file that contains implementation for WinMD component, written in C++.
spec(string) <br/> ==ios== | Paired with `type="podspec"`, this is the spec
string for the CocoaPod you want to install (static library only). CocoaPod
support only exists in `cordova-ios 4.3.0` and `cordova-cli 6.4.0`. For your
plugin, make sure you add the appropriate `<engine>` tags and `package.json`
[dependencies](../guide/hybrid/plugins/index.html#specifying-cordova-dependencies)
to ensure backwards-compatible support.
embed(boolean) <br/> ==ios== | *Default: false* <br/>Paired with
`custom="true"`, this is set to true if you want to embed your custom framework
into your app bundle, so it can be dynamically loaded at runtime (dynamic
framework). This puts your custom framework in the 'Embedded Binaries' section
of your Xcode Project Settings. Only supported with the combination of
`[email protected]` and `[email protected]`
+link(boolean) <br/> ==ios== | *Default: !embed* <br/> Set this to true if you
want to link the framework. This puts the framework in the 'Link Binaries with
Libraries' section of your Xcode Project Settings.
Examples:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]