Repository URL to install this package:
Version:
1.0.6 ▾
|
com.vipera.de.foundation.connector
/
plugin.xml
|
---|
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.vipera.de.foundation.connector" version="1.0.6" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>de-foundation-connector-plugin</name>
<DESCRIPTION>Dynamic Engine MOTIF Connector Library Umbrella Plugin</DESCRIPTION>
<hook type="after_plugin_add" src="hooks/addEmbeddedWithCli.js" />
<hook type="before_plugin_rm" src="hooks/removeEmbeddedWithCli.js" />
<js-module name="de-foundation-connector-plugin" src="www/de-foundation-connector-plugin.js">
<clobbers target="cordova.plugins.de-foundation-connector-plugin" />
</js-module>
<platform name="ios">
<config-file parent="/*" target="config.xml">
<feature name="de-foundation-connector-plugin">
<param name="ios-package" value="de-foundation-connector-plugin" />
</feature>
</config-file>
<!-->
<source-file src="src/ios/libcrypto.a" framework="true"/>
<source-file src="src/ios/libssl.a" framework="true"/>
-->
<de-framework src="src/ios/DEMotifConnector.framework"/>
<dependency id="com.vipera.de.foundation.commons"/>
<dependency id="com.vipera.de.foundation.utility"/>
</platform>
</plugin>