com.rd11.remote-controls
Version:
iOS lock-screen remote-controls and now playing display.
39 lines (30 loc) • 1.36 kB
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="com.rd11.remote-controls"
version="1.0.1">
<engines>
<engine name="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-module src="www/RemoteControls.js" name="RemoteControls">
<clobbers target="window.remoteControls" />
</js-module>
<author>Seth Hillinger, François LASSERRE, Michael GAUTHIER</author>
<license>MIT License</license>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="RemoteControls">
<param name="ios-package" value="RemoteControls" />
</feature>
</config-file>
<header-file src="src/ios/RemoteControls.h" />
<source-file src="src/ios/RemoteControls.m" />
<header-file src="src/ios/MainViewController+RemoteControls.h" />
<source-file src="src/ios/MainViewController+RemoteControls.m" />
<framework src="MediaPlayer.framework" />
</platform>
</plugin>