Append Windows 8.1 platform configuration in plugin.xml

This commit is contained in:
SomaticIT 2013-10-17 23:02:59 +02:00
parent ef9ca5ad3e
commit 863386398e

View File

@ -74,6 +74,13 @@
<merges target="" /> <merges target="" />
</js-module> </js-module>
</platform> </platform>
<!-- windows81 -->
<platform name="windows81">
<js-module src="src/windows81/InAppBrowserProxy.js" name="InAppBrowserProxy">
<merges target="" />
</js-module>
</platform>
</plugin> </plugin>