cordova-plugin-walkme-sdk
Version:
Cordova plugin for WalkMeSDK native library
35 lines (34 loc) • 1.36 kB
text/xml
<plugin id="cordova-plugin-walkme-sdk" version="1.0.11" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>WalkMeSDK</name>
<js-module name="WalkMeSDK" src="www/WalkMeSDK.js">
<clobbers target="cordova.plugins.WalkMeSDK" />
</js-module>
<platform name="ios">
<podspec>
<config>
</config>
<pods use-frameworks="true">
<pod name="abbi"/>
</pods>
</podspec>
<config-file parent="/*" target="config.xml">
<feature name="WalkMeSDK">
<param name="ios-package" value="WalkMeSDK" />
</feature>
</config-file>
<source-file src="src/ios/WalkMeSDK.h" />
<source-file src="src/ios/WalkMeSDK.m" />
</platform>
<platform name="android">
<framework custom="true" src="src/android/walkme-sdk.gradle" type="gradleReference" />
<config-file parent="/*" target="res/xml/config.xml">
<feature name="WalkMeSDK">
<param name="android-package" value="cordova.plugin.walkme.sdk.WalkMeSDK" />
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml">
</config-file>
<source-file src="src/android/WalkMeSDK.java" target-dir="src/cordova-plugin-walkme-sdk/WalkMeSDK" />
</platform>
</plugin>