- Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathplugin.xml
More file actions
Latest commit
38 lines (30 loc) · 1.33 KB
/
Copy pathplugin.xml
File metadata and controls
38 lines (30 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<pluginxmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.rd11.remote-controls"
version="1.0.1">
<engines>
<enginename="cordova"version=">=3.0.0" />
</engines>
<name>RemoteControls</name>
<keywords>lockscreen,media,now,playing</keywords>
<repo>https://github.com/shi11/RemoteControls.git</repo>
<issue>https://github.com/shi11/RemoteControls/issues</issue>
<description>iOS lock-screen remote-controls and now playing display.</description>
<js-modulesrc="www/RemoteControls.js"name="RemoteControls">
<clobberstarget="window.remoteControls" />
</js-module>
<author>Seth Hillinger, François LASSERRE, Michael GAUTHIER</author>
<license>MIT License</license>
<platformname="ios">
<config-filetarget="config.xml"parent="/*">
<featurename="RemoteControls">
<paramname="ios-package"value="RemoteControls" />
</feature>
</config-file>
<header-filesrc="src/ios/RemoteControls.h" />
<source-filesrc="src/ios/RemoteControls.m" />
<header-filesrc="src/ios/MainViewController+RemoteControls.h" />
<source-filesrc="src/ios/MainViewController+RemoteControls.m" />
<frameworksrc="MediaPlayer.framework" />
</platform>
</plugin>