Append Windows 8.1 platform configuration in plugin.xml
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/commit/86338639 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/tree/86338639 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/diff/86338639 Branch: refs/heads/master Commit: 863386398e6e595f103d593ab72c91712fcc373a Parents: ef9ca5a Author: SomaticIT <[email protected]> Authored: Thu Oct 17 23:02:59 2013 +0200 Committer: SomaticIT <[email protected]> Committed: Thu Oct 17 23:02:59 2013 +0200 ---------------------------------------------------------------------- plugin.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/86338639/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 03cb490..0bb6616 100644 --- a/plugin.xml +++ b/plugin.xml @@ -74,6 +74,13 @@ <merges target="" /> </js-module> </platform> - + + <!-- windows81 --> + <platform name="windows81"> + <js-module src="src/windows81/InAppBrowserProxy.js" name="InAppBrowserProxy"> + <merges target="" /> + </js-module> + </platform> + </plugin>
