Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
<?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>