From b1ddba0b8b3deba2b9609b3df3cc81958ab538d4 Mon Sep 17 00:00:00 2001 From: Justin Wark Date: Thu, 9 Jan 2014 11:22:02 +1100 Subject: [PATCH] declare js-module within platform declare js-module within platform, otherwise cordova will try and install the plugin for all other installed platforms (in my case iOS). --- plugin.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugin.xml b/plugin.xml index a5e6b11..397e3e4 100644 --- a/plugin.xml +++ b/plugin.xml @@ -11,11 +11,12 @@ File Opener - - - - + + + + +