cordova-plugin-watch-connectivity
Version:
Allows communication to Apple Watch devices through the WatchOS 2+ Watch Connectivity Framework
28 lines (24 loc) • 979 B
text/xml
<plugin id="cordova-plugin-watch-connectivity" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Watch</name>
<description>Cordova WatchKit Connectivity Framework Plugin</description>
<license>MIT</license>
<keywords>cordova,watch,apple</keywords>
<repo>https://github.com/stvngrsh/cordova-plugin-watch-connectivity.git</repo>
<engines>
<engine name="cordova" version=">=6.0.0" />
</engines>
<!-- ios -->
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="Watch">
<param name="ios-package" value="CDVWatch"/>
</feature>
</config-file>
<js-module src="www/watch.js" name="watch">
<clobbers target="Watch" />
</js-module>
<source-file src="src/ios/CDVWatch.h" />
<source-file src="src/ios/CDVWatch.m" />
</platform>
</plugin>