cordova-whatsapp-sticker-plugin
Version:
Um plugin que compartilha Stickers do WhatsApp
25 lines (20 loc) • 861 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-whatsapp-sticker-plugin" version="0.0.1">
<name>WhatsAppSticker</name>
<js-module name="WhatsAppSticker" src="www/WhatsAppSticker.js">
<clobbers target="cordova.plugins.WhatsAppSticker" />
</js-module>
<platform name="ios">
<config-file parent="/*" target="config.xml">
<feature name="WhatsAppSticker">
<param name="ios-package" value="WhatsAppSticker" />
</feature>
</config-file>
<config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes">
<array>
<string>whatsapp</string>
</array>
</config-file>
<source-file src="src/ios/WhatsAppSticker.m" />
</platform>
</plugin>