I am creating a plugin that wraps an SDK provided with some more power.
And I wrote something like this:
<framework src="path/to/static-lib.a" custom="true" />
Cordoba configures Framework Search Paths in the Xcode Build settings, which is great, but it seems to me that I need Library Search Paths .
How can I write plugin.xml to add such a static library?
source share