Tuesday 15 April 2014

Is it possible to automate build settings in a Cordova iOS plugin? -



Is it possible to automate build settings in a Cordova iOS plugin? -

i need add together "header search path" , linker flag xcode build when plugin installed. possible manipulate build settings in plugin.xml automate process?

specifically, want add together $(sdkroot)/usr/include/libxml2 "header search paths" , -lxml2 "other linker flags"

you can add together library source file: <source-file src="libxml2.a" framework="true" />

but it's not possible automatically install linker flag sorry.

cordova cordova-plugins

No comments:

Post a Comment