Merge pull request #84493 from bruvzg/gde_ios_static_fix

[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
This commit is contained in:
Rémi Verschelde 2023-11-10 10:44:56 +01:00
commit dfe2df989d
No known key found for this signature in database
GPG key ID: C3336907360768E1
5 changed files with 18 additions and 2 deletions

View file

@ -500,6 +500,7 @@
Returns [code]true[/code] if the feature for the given feature tag is supported in the currently running instance, depending on the platform, build, etc. Can be used to check whether you're currently running a debug build, on a certain platform or arch, etc. Refer to the [url=$DOCS_URL/tutorials/export/feature_tags.html]Feature Tags[/url] documentation for more details.
[b]Note:[/b] Tag names are case-sensitive.
[b]Note:[/b] On the web platform, one of the following additional tags is defined to indicate host platform: [code]web_android[/code], [code]web_ios[/code], [code]web_linuxbsd[/code], [code]web_macos[/code], or [code]web_windows[/code].
[b]Note:[/b] On the iOS simulator, the additional [code]simulator[/code] tag is defined.
</description>
</method>
<method name="is_debug_build" qualifiers="const">