You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Burke Holland (JIRA)" <ji...@apache.org> on 2013/09/19 23:33:51 UTC

[jira] [Created] (CB-4881) Update Docs Plugin-Plist Section

Burke Holland created CB-4881:
---------------------------------

             Summary: Update Docs Plugin-Plist Section
                 Key: CB-4881
                 URL: https://issues.apache.org/jira/browse/CB-4881
             Project: Apache Cordova
          Issue Type: Task
          Components: Docs
    Affects Versions: 3.0.0
         Environment: Plugman build system
            Reporter: Burke Holland
            Priority: Minor


The docs currently describe the plugin-plist section as deprecated, but then go on to describe adding a plugin under the config-file section of the XML in an incorrect way.

It should be...

<feature name="LocalStorage">
    <param name="ios-package" value="CDVLocalStorage" />
</feature>

...per the article at http://cordova.apache.org/docs/en/3.0.0/guide_platforms_ios_plugin.md.html#iOS%20Plugins

--
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