You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2013/01/17 21:44:12 UTC

[jira] [Created] (CB-2236) DebugConsole plugin.xml plugin name has a space in it

Jesse MacFadyen created CB-2236:
-----------------------------------

             Summary: DebugConsole plugin.xml plugin name has a space in it
                 Key: CB-2236
                 URL: https://issues.apache.org/jira/browse/CB-2236
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
            Reporter: Jesse MacFadyen
            Assignee: Shazron Abdullah


I am attempting to use the whitelist/config.xml verbatim, however, having a space in 'Debug Console' makes the mapping difficult.

I think we should change iOS-cordova-js to call exec with 'DebugConsole' instead of 'Debug Console'.

In the iOS repo we should also deprecate the plugin key-name of 'Debug Console' and add 'DebugConsole' mapped to the same native functionality.

ie.
{code:xml} 
<plugin name="Debug Console" value="CDVDebugConsole" />
<plugin name="DebugConsole" value="CDVDebugConsole" />
{code} 


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira