-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathplugin.xml
19 lines (18 loc) · 839 Bytes
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version='1.0' encoding='utf-8'?>
<plugin id="fr.guillaumebarre.icpdonotbackup" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>ICPDoNotBackup</name>
<author>Guillaume Barre</author>
<license>Apache 2.0 License</license>
<js-module name="ICPDoNotBackup" src="www/ICPDoNotBackup.js">
<clobbers target="cordova.plugins.ICPDoNotBackup" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="ICPDoNotBackup">
<param name="ios-package" value="ICPDoNotBackup"/>
</feature>
</config-file>
<header-file src="src/ios/ICPDoNotBackup.h" />
<source-file src="src/ios/ICPDoNotBackup.m" />
</platform>
</plugin>