Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / com.vipera.de.foundation.commons   js

Repository URL to install this package:

Version: 1.0.10 

/ plugin.xml

<?xml version="1.0" encoding="UTF-8"?>
<plugin id="com.vipera.de.foundation.commons" version="1.0.10" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
  <name>de-foundation-commons-plugin</name>
  <DESCRIPTION>Dynamic Engine Commons 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-core-commons-plugin" src="www/de-core-commons-plugin.js">
    <clobbers target="cordova.plugins.de-core-commons-plugin" />
  </js-module>
  <platform name="ios">
    <config-file parent="/*" target="config.xml">
      <feature name="de-core-commons-plugin">
        <param name="ios-package" value="de-core-commons-plugin" />
      </feature>
    </config-file>
      <!--source-file src="src/ios/DECommons.framework" target-dir="lib" framework="true" /-->
      <framework src="src/ios/DECommons.framework" embed="true" custom="true" />
      <de-framework src="src/ios/DECommons.framework"/>
  </platform>
</plugin>