-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
20 lines (20 loc) · 884 Bytes
/
Copy pathplugin.xml
File metadata and controls
20 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-springerplugin" version="0.2.3">
<name>springerplugin</name>
<description>Cordova Device Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<js-module src="www/SpringerPlugin.js" name="device">
<clobbers target="springerplugin" />
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="SpringerPlugin">
<param name="ios-package" value="SpringerPlugin"/>
</feature>
</config-file>
<header-file src="src/ios/SpringerPlugin.h" />
<source-file src="src/ios/SpringerPlugin.m" />
</platform>
</plugin>